|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConditionType in com.soyatec.bpmn |
---|
Fields in com.soyatec.bpmn declared as ConditionType | |
---|---|
static ConditionType |
ConditionType.DEFAULT_LITERAL
The 'Default' literal object |
static ConditionType |
ConditionType.EXPRESSION_LITERAL
The 'Expression' literal object |
static ConditionType |
ConditionType.NONE_LITERAL
The 'None' literal object |
Methods in com.soyatec.bpmn that return ConditionType | |
---|---|
static ConditionType |
ConditionType.get(int value)
Returns the 'Condition Type' literal with the specified integer value |
static ConditionType |
ConditionType.get(java.lang.String literal)
Returns the 'Condition Type' literal with the specified literal value |
static ConditionType |
ConditionType.getByName(java.lang.String name)
Returns the 'Condition Type' literal with the specified name |
ConditionType |
SequenceFlow.getConditionType()
Returns the value of the 'Condition Type' attribute. |
Methods in com.soyatec.bpmn with parameters of type ConditionType | |
---|---|
void |
SequenceFlow.setConditionType(ConditionType value)
Sets the value of the ' Condition Type ' attribute |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |