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

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

Uses of InputOutputSpecification in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return InputOutputSpecification
 InputOutputSpecification Bpmn2Factory.createInputOutputSpecification()
          Returns a new object of class 'Input Output Specification'.
 InputOutputSpecification CallableElement.getIoSpecification()
          Returns the value of the 'Io Specification' containment reference.
 InputOutputSpecification Activity.getIoSpecification()
          Returns the value of the 'Io Specification' containment reference.
 InputOutputSpecification DocumentRoot.getIoSpecification()
          Returns the value of the 'Io Specification' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type InputOutputSpecification
 void CallableElement.setIoSpecification(InputOutputSpecification value)
          Sets the value of the 'Io Specification' containment reference.
 void Activity.setIoSpecification(InputOutputSpecification value)
          Sets the value of the 'Io Specification' containment reference.
 void DocumentRoot.setIoSpecification(InputOutputSpecification value)
          Sets the value of the 'Io Specification' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2.util with parameters of type InputOutputSpecification
 T Bpmn2Switch.caseInputOutputSpecification(InputOutputSpecification object)
          Returns the result of interpreting the object as an instance of 'Input Output Specification'.