|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceImplementation | |
---|---|
com.ibm.xtools.bpmn2 |
Uses of ServiceImplementation in com.ibm.xtools.bpmn2 |
---|
Fields in com.ibm.xtools.bpmn2 with type parameters of type ServiceImplementation | |
---|---|
static java.util.List<ServiceImplementation> |
ServiceImplementation.VALUES
A public read-only list of all the 'Service Implementation' enumerators. |
Methods in com.ibm.xtools.bpmn2 that return ServiceImplementation | |
---|---|
static ServiceImplementation |
ServiceImplementation.get(int value)
Returns the 'Service Implementation' literal with the specified integer value. |
static ServiceImplementation |
ServiceImplementation.get(java.lang.String literal)
Returns the 'Service Implementation' literal with the specified literal value. |
static ServiceImplementation |
ServiceImplementation.getByName(java.lang.String name)
Returns the 'Service Implementation' literal with the specified name. |
ServiceImplementation |
ServiceTask.getImplementation()
Returns the value of the 'Implementation' attribute. |
static ServiceImplementation |
ServiceImplementation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ServiceImplementation[] |
ServiceImplementation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ibm.xtools.bpmn2 with parameters of type ServiceImplementation | |
---|---|
void |
ServiceTask.setImplementation(ServiceImplementation value)
Sets the value of the ' Implementation ' attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |