Uses of Class
com.ibm.xtools.bpmn2.UserTaskImplementation

Packages that use UserTaskImplementation
com.ibm.xtools.bpmn2   
 

Uses of UserTaskImplementation in com.ibm.xtools.bpmn2
 

Fields in com.ibm.xtools.bpmn2 with type parameters of type UserTaskImplementation
static java.util.List<UserTaskImplementation> UserTaskImplementation.VALUES
          A public read-only list of all the 'User Task Implementation' enumerators.
 

Methods in com.ibm.xtools.bpmn2 that return UserTaskImplementation
static UserTaskImplementation UserTaskImplementation.get(int value)
          Returns the 'User Task Implementation' literal with the specified integer value.
static UserTaskImplementation UserTaskImplementation.get(java.lang.String literal)
          Returns the 'User Task Implementation' literal with the specified literal value.
static UserTaskImplementation UserTaskImplementation.getByName(java.lang.String name)
          Returns the 'User Task Implementation' literal with the specified name.
 UserTaskImplementation UserTask.getImplementation()
          Returns the value of the 'Implementation' attribute.
static UserTaskImplementation UserTaskImplementation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserTaskImplementation[] UserTaskImplementation.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 UserTaskImplementation
 void UserTask.setImplementation(UserTaskImplementation value)
          Sets the value of the 'Implementation' attribute.