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

Packages that use EventBasedGatewayType
com.ibm.xtools.bpmn2   
 

Uses of EventBasedGatewayType in com.ibm.xtools.bpmn2
 

Fields in com.ibm.xtools.bpmn2 with type parameters of type EventBasedGatewayType
static java.util.List<EventBasedGatewayType> EventBasedGatewayType.VALUES
          A public read-only list of all the 'Event Based Gateway Type' enumerators.
 

Methods in com.ibm.xtools.bpmn2 that return EventBasedGatewayType
static EventBasedGatewayType EventBasedGatewayType.get(int value)
          Returns the 'Event Based Gateway Type' literal with the specified integer value.
static EventBasedGatewayType EventBasedGatewayType.get(java.lang.String literal)
          Returns the 'Event Based Gateway Type' literal with the specified literal value.
static EventBasedGatewayType EventBasedGatewayType.getByName(java.lang.String name)
          Returns the 'Event Based Gateway Type' literal with the specified name.
 EventBasedGatewayType EventBasedGateway.getEventGatewayType()
          Returns the value of the 'Event Gateway Type' attribute.
static EventBasedGatewayType EventBasedGatewayType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventBasedGatewayType[] EventBasedGatewayType.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 EventBasedGatewayType
 void EventBasedGateway.setEventGatewayType(EventBasedGatewayType value)
          Sets the value of the 'Event Gateway Type' attribute.