T - the Type of the parentEB - the type of the next ExpressionBuilderVEB - the type of the next ValueExpressionBuilderpublic abstract class ValueExpressionBuilder<T,EB,VEB> extends Object
| Modifier and Type | Method and Description |
|---|---|
EB |
add() |
EB |
and() |
VEB |
arraySize() |
ParamExpressionBuilder<T,EB,VEB> |
call(String methodName) |
VEB |
callNoParam(String methodName) |
VEB |
castTo(Type type) |
ArrayIndexExpressionBuilder<VEB> |
getArrayValueAt() |
VEB |
instanceOf(ExistingType existingType) |
EB |
isEqualTo() |
EB |
isGreaterThan() |
VEB |
isNotNull() |
VEB |
isNull() |
public EB and()
public EB add()
public EB isEqualTo()
public EB isGreaterThan()
public VEB isNull()
public VEB isNotNull()
public VEB arraySize()
public VEB instanceOf(ExistingType existingType)
public ParamExpressionBuilder<T,EB,VEB> call(String methodName)
public ArrayIndexExpressionBuilder<VEB> getArrayValueAt()
Copyright © 2014. All Rights Reserved.