|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TestTime in com.soyatec.bpmn |
---|
Fields in com.soyatec.bpmn declared as TestTime | |
---|---|
static TestTime |
TestTime.AFTER_LITERAL
The 'After' literal object |
static TestTime |
TestTime.BEFORE_LITERAL
The 'Before' literal object |
Methods in com.soyatec.bpmn that return TestTime | |
---|---|
static TestTime |
TestTime.get(int value)
Returns the 'Test Time' literal with the specified integer value |
static TestTime |
TestTime.get(java.lang.String literal)
Returns the 'Test Time' literal with the specified literal value |
static TestTime |
TestTime.getByName(java.lang.String name)
Returns the 'Test Time' literal with the specified name |
TestTime |
StandardLoop.getTestTime()
Returns the value of the 'Test Time' attribute. |
Methods in com.soyatec.bpmn with parameters of type TestTime | |
---|---|
void |
StandardLoop.setTestTime(TestTime value)
Sets the value of the ' Test Time ' attribute |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |