Uses of Interface
com.ibm.xtools.bpmn2.ItemDefinition

Packages that use ItemDefinition
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of ItemDefinition in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return ItemDefinition
 ItemDefinition Bpmn2Factory.createItemDefinition()
          Returns a new object of class 'Item Definition'.
 ItemDefinition DocumentRoot.getItemDefinition()
          Returns the value of the 'Item Definition' containment reference.
 ItemDefinition DataOutput.getItemSubject()
          Returns the value of the 'Item Subject' reference.
 ItemDefinition DataInput.getItemSubject()
          Returns the value of the 'Item Subject' reference.
 ItemDefinition DataObject.getItemSubject()
          Returns the value of the 'Item Subject' reference.
 ItemDefinition DataStore.getItemSubject()
          Returns the value of the 'Item Subject' reference.
 ItemDefinition Message.getStructure()
          Returns the value of the 'Structure' reference.
 ItemDefinition Escalation.getStructure()
          Returns the value of the 'Structure' reference.
 ItemDefinition Error.getStructure()
          Returns the value of the 'Structure' reference.
 ItemDefinition Signal.getStructure()
          Returns the value of the 'Structure' reference.
 ItemDefinition ResourceParameter.getType()
          Returns the value of the 'Type' reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type ItemDefinition
 void DocumentRoot.setItemDefinition(ItemDefinition value)
          Sets the value of the 'Item Definition' containment reference.
 void DataOutput.setItemSubject(ItemDefinition value)
          Sets the value of the 'Item Subject' reference.
 void DataInput.setItemSubject(ItemDefinition value)
          Sets the value of the 'Item Subject' reference.
 void DataObject.setItemSubject(ItemDefinition value)
          Sets the value of the 'Item Subject' reference.
 void DataStore.setItemSubject(ItemDefinition value)
          Sets the value of the 'Item Subject' reference.
 void Message.setStructure(ItemDefinition value)
          Sets the value of the 'Structure' reference.
 void Escalation.setStructure(ItemDefinition value)
          Sets the value of the 'Structure' reference.
 void Error.setStructure(ItemDefinition value)
          Sets the value of the 'Structure' reference.
 void Signal.setStructure(ItemDefinition value)
          Sets the value of the 'Structure' reference.
 void ResourceParameter.setType(ItemDefinition value)
          Sets the value of the 'Type' reference.
 

Uses of ItemDefinition in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type ItemDefinition
 T Bpmn2Switch.caseItemDefinition(ItemDefinition object)
          Returns the result of interpreting the object as an instance of 'Item Definition'.