Package adalid.core.expressions
Class XB.EntityExpressionBuilder.Conditional
- java.lang.Object
-
- adalid.core.expressions.XB.EntityExpressionBuilder.Conditional
-
- Enclosing class:
- XB.EntityExpressionBuilder
public class XB.EntityExpressionBuilder.Conditional extends Object
-
-
Constructor Summary
Constructors Constructor Description Conditional()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityOtherwiseXotherwise(EntityConditionalX conditional, SpecialEntityValue value)EntityOtherwiseXotherwise(EntityConditionalX conditional, Instance value)EntityOtherwiseXotherwise(EntityConditionalX conditional, Entity value)EntityOtherwiseXotherwise(EntityConditionalX conditional, EntityExpression value)EntityConditionalXthen(BooleanExpression booleanExpression, SpecialEntityValue value)EntityConditionalXthen(BooleanExpression booleanExpression, Instance value)EntityConditionalXthen(BooleanExpression booleanExpression, Entity value)EntityConditionalXthen(BooleanExpression booleanExpression, EntityExpression value)
-
-
-
Method Detail
-
then
public EntityConditionalX then(BooleanExpression booleanExpression, Entity value)
-
then
public EntityConditionalX then(BooleanExpression booleanExpression, Instance value)
-
then
public EntityConditionalX then(BooleanExpression booleanExpression, SpecialEntityValue value)
-
then
public EntityConditionalX then(BooleanExpression booleanExpression, EntityExpression value)
-
otherwise
public EntityOtherwiseX otherwise(EntityConditionalX conditional, Entity value)
-
otherwise
public EntityOtherwiseX otherwise(EntityConditionalX conditional, Instance value)
-
otherwise
public EntityOtherwiseX otherwise(EntityConditionalX conditional, SpecialEntityValue value)
-
otherwise
public EntityOtherwiseX otherwise(EntityConditionalX conditional, EntityExpression value)
-
-