Uses of Class
com.soyatec.bpmn.Status

Uses of Status in com.soyatec.bpmn
 

Fields in com.soyatec.bpmn declared as Status
static Status Status.ABORTING_LITERAL
          The 'Aborting' literal object
static Status Status.ACTIVE_LITERAL
          The 'Active' literal object
static Status Status.CANCELLED_LITERAL
          The 'Cancelled' literal object
static Status Status.COMPLETED_LITERAL
          The 'Completed' literal object
static Status Status.COMPLETING_LITERAL
          The 'Completing' literal object
static Status Status.NONE_LITERAL
          The 'None' literal object
static Status Status.READY_LITERAL
          The 'Ready' literal object
 

Methods in com.soyatec.bpmn that return Status
static Status Status.get(int value)
          Returns the 'Status' literal with the specified integer value
static Status Status.get(java.lang.String literal)
          Returns the 'Status' literal with the specified literal value
static Status Status.getByName(java.lang.String name)
          Returns the 'Status' literal with the specified name
 Status Process.getStatus()
          Returns the value of the 'Status' attribute.
 Status Activity.getStatus()
          Returns the value of the 'Status' attribute.
 

Methods in com.soyatec.bpmn with parameters of type Status
 void Process.setStatus(Status value)
          Sets the value of the 'Status' attribute
 void Activity.setStatus(Status value)
          Sets the value of the 'Status' attribute