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

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

Uses of ResourceParameter in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return ResourceParameter
 ResourceParameter Bpmn2Factory.createResourceParameter()
          Returns a new object of class 'Resource Parameter'.
 ResourceParameter ResourceParameterBinding.getParameter()
          Returns the value of the 'Parameter' reference.
 ResourceParameter DocumentRoot.getResourceParameter()
          Returns the value of the 'Resource Parameter' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type ResourceParameter
 org.eclipse.emf.common.util.EList<ResourceParameter> Resource.getResourceParameters()
          Returns the value of the 'Resource Parameters' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type ResourceParameter
 void ResourceParameterBinding.setParameter(ResourceParameter value)
          Sets the value of the 'Parameter' reference.
 void DocumentRoot.setResourceParameter(ResourceParameter value)
          Sets the value of the 'Resource Parameter' containment reference.
 

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

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