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