org.openxma.dsl.dom.model
Interface Service

All Superinterfaces:
Dependant, org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.openxma.dsl.core.model.ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ServiceImpl

public interface Service
extends org.openxma.dsl.core.model.ModelElement, Dependant

A representation of the model object 'Service'.

The following features are supported:

See Also:
DomPackage.getService()

Method Summary
 org.eclipse.emf.common.util.EList<DelegateOperation> getDelegateOperations()
          Returns the value of the 'Delegate Operations' containment reference list.
 org.eclipse.emf.common.util.EList<Dependant> getDependencies()
          Returns the value of the 'Dependencies' reference list.
 org.eclipse.emf.common.util.EList<Operation> getOperations()
          Returns the value of the 'Operations' containment reference list.
 
Methods inherited from interface org.openxma.dsl.core.model.ModelElement
getName, setName
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDependencies

org.eclipse.emf.common.util.EList<Dependant> getDependencies()
Returns the value of the 'Dependencies' reference list. The list contents are of type Dependant.

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

Returns:
the value of the 'Dependencies' reference list.
See Also:
DomPackage.getService_Dependencies()

getDelegateOperations

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

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

Returns:
the value of the 'Delegate Operations' containment reference list.
See Also:
DomPackage.getService_DelegateOperations()

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:
DomPackage.getService_Operations()


Copyright © 2013. All Rights Reserved.