com.ibm.xtools.bpmn2
Interface Interface

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

public interface Interface
extends RootElement

A representation of the model object 'Interface'.

The following features are supported:

See Also:
Bpmn2Package.getInterface()

Method Summary
 javax.xml.namespace.QName getImplementationRef()
          Returns the value of the 'Implementation Ref' attribute.
 org.eclipse.emf.common.util.EList<Operation> getOperations()
          Returns the value of the 'Operations' containment reference list.
 void setImplementationRef(javax.xml.namespace.QName value)
          Sets the value of the 'Implementation Ref' attribute.
 
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

getOperations

org.eclipse.emf.common.util.EList<Operation> getOperations()
Returns the value of the 'Operations' containment reference list. The list contents are of type Operation.

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

Returns:
the value of the 'Operations' containment reference list.
See Also:
Bpmn2Package.getInterface_Operations()

getImplementationRef

javax.xml.namespace.QName getImplementationRef()
Returns the value of the 'Implementation Ref' attribute.

If the meaning of the 'Implementation Ref' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation Ref' attribute.
See Also:
setImplementationRef(QName), Bpmn2Package.getInterface_ImplementationRef()

setImplementationRef

void setImplementationRef(javax.xml.namespace.QName value)
Sets the value of the 'Implementation Ref' attribute.

Parameters:
value - the new value of the 'Implementation Ref' attribute.
See Also:
getImplementationRef()