com.ibm.xtools.bpmn2
Interface Resource

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RootElement

public interface Resource
extends RootElement

A representation of the model object 'Resource'.

The following features are supported:

See Also:
Bpmn2Package.getResource()

Method Summary
 org.eclipse.emf.common.util.EList<ResourceParameter> getResourceParameters()
          Returns the value of the 'Resource Parameters' containment reference list.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getResourceParameters

org.eclipse.emf.common.util.EList<ResourceParameter> getResourceParameters()
Returns the value of the 'Resource Parameters' containment reference list. The list contents are of type ResourceParameter.

If the meaning of the 'Resource Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Parameters' containment reference list.
See Also:
Bpmn2Package.getResource_ResourceParameters()