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

Packages that use BusinessRuleTaskImplementation
com.ibm.xtools.bpmn2   
 

Uses of BusinessRuleTaskImplementation in com.ibm.xtools.bpmn2
 

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

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