Class Condition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.validation.expression.model.Condition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setFunction
(String function) void
setParameters
(List<String> parameters)
-
Field Details
-
BETWEEN
- See Also:
-
IS_NULL
- See Also:
-
EQUALS_TO
- See Also:
-
IS_EMPTY
- See Also:
-
CONTAINS
- See Also:
-
STARTS_WITH
- See Also:
-
ENDS_WITH
- See Also:
-
GREATER_THAN
- See Also:
-
GREATER_OR_EQUAL_THAN
- See Also:
-
LESS_THAN
- See Also:
-
LESS_OR_EQUAL_THAN
- See Also:
-
IS_TRUE
- See Also:
-
IS_FALSE
- See Also:
-
-
Constructor Details
-
Condition
public Condition() -
Condition
-
-
Method Details
-
getFunction
-
setFunction
-
getParameters
-
setParameters
-
addParam
-