|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionMethod | |
---|---|
com.ibm.xtools.bpmn2 |
Uses of TransactionMethod in com.ibm.xtools.bpmn2 |
---|
Fields in com.ibm.xtools.bpmn2 with type parameters of type TransactionMethod | |
---|---|
static java.util.List<TransactionMethod> |
TransactionMethod.VALUES
A public read-only list of all the 'Transaction Method' enumerators. |
Methods in com.ibm.xtools.bpmn2 that return TransactionMethod | |
---|---|
static TransactionMethod |
TransactionMethod.get(int value)
Returns the 'Transaction Method' literal with the specified integer value. |
static TransactionMethod |
TransactionMethod.get(java.lang.String literal)
Returns the 'Transaction Method' literal with the specified literal value. |
static TransactionMethod |
TransactionMethod.getByName(java.lang.String name)
Returns the 'Transaction Method' literal with the specified name. |
TransactionMethod |
Transaction.getMethod()
Returns the value of the 'Method' attribute. |
static TransactionMethod |
TransactionMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionMethod[] |
TransactionMethod.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 TransactionMethod | |
---|---|
void |
Transaction.setMethod(TransactionMethod value)
Sets the value of the ' Method ' attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |