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

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

Uses of Documentation in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Documentation
 Documentation Bpmn2Factory.createDocumentation()
          Returns a new object of class 'Documentation'.
 Documentation DocumentRoot.getDocumentation()
          Returns the value of the 'Documentation' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Documentation
 org.eclipse.emf.common.util.EList<Documentation> Extension.getDocumentations()
          Returns the value of the 'Documentations' containment reference list.
 org.eclipse.emf.common.util.EList<Documentation> BaseElement.getDocumentations()
          Returns the value of the 'Documentations' containment reference list.
 org.eclipse.emf.common.util.EList<Documentation> BaseElementWithMixedContent.getDocumentations()
          Returns the value of the 'Documentations' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Documentation
 void DocumentRoot.setDocumentation(Documentation value)
          Sets the value of the 'Documentation' containment reference.
 

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

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