|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessType in com.soyatec.bpmn |
---|
Fields in com.soyatec.bpmn declared as ProcessType | |
---|---|
static ProcessType |
ProcessType.ABSTRACT_LITERAL
The 'Abstract' literal object |
static ProcessType |
ProcessType.COLLABORATION_LITERAL
The 'Collaboration' literal object |
static ProcessType |
ProcessType.NONE_LITERAL
The 'None' literal object |
static ProcessType |
ProcessType.PRIVATE_LITERAL
The 'Private' literal object |
Methods in com.soyatec.bpmn that return ProcessType | |
---|---|
static ProcessType |
ProcessType.get(int value)
Returns the 'Process Type' literal with the specified integer value |
static ProcessType |
ProcessType.get(java.lang.String literal)
Returns the 'Process Type' literal with the specified literal value |
static ProcessType |
ProcessType.getByName(java.lang.String name)
Returns the 'Process Type' literal with the specified name |
ProcessType |
Process.getProcessType()
Returns the value of the 'Process Type' attribute. |
Methods in com.soyatec.bpmn with parameters of type ProcessType | |
---|---|
void |
Process.setProcessType(ProcessType value)
Sets the value of the ' Process Type ' attribute |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |