|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.expasy.jpl.commons.base.cond.ConditionImpl.Builder<T,V>
public static class ConditionImpl.Builder<T,V>
A builder to ease the construction of conditions
| Constructor Summary | |
|---|---|
ConditionImpl.Builder(V rvalue)
|
|
| Method Summary | |
|---|---|
ConditionImpl.Builder<T,V> |
accessor(org.apache.commons.collections15.Transformer<T,?> caster)
set the path from T to ? |
ConditionImpl<T,V> |
build()
Build an instance of ConditionImpl after checking everything is ok |
ConditionImpl.Builder<T,V> |
lvarName(String lvalue)
the lvalue |
ConditionImpl.Builder<T,V> |
name(String name)
|
ConditionImpl.Builder<T,V> |
not()
|
ConditionImpl.Builder<T,V> |
operator(Operator operator)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionImpl.Builder(V rvalue)
| Method Detail |
|---|
public ConditionImpl.Builder<T,V> name(String name)
public ConditionImpl.Builder<T,V> lvarName(String lvalue)
public ConditionImpl.Builder<T,V> accessor(org.apache.commons.collections15.Transformer<T,?> caster)
public ConditionImpl.Builder<T,V> operator(Operator operator)
public ConditionImpl.Builder<T,V> not()
public ConditionImpl<T,V> build()
throws BuilderException
build in interface InstanceBuilder<ConditionImpl<T,V>>BuilderException - - if conditions to build T are not
satisfied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||