public interface Service extends Operation
The following features are supported:
InformationPackage.getService()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<MessageReference> |
getMessageReferences()
Returns the value of the 'Message References' reference list.
|
org.eclipse.emf.common.util.EList<Message> |
getMessages()
Returns the value of the 'Messages' reference list.
|
SynchronismKind |
getSynchronismKind()
Returns the value of the 'Synchronism Kind' attribute.
|
org.eclipse.emf.common.util.EList<Exception> |
getThrownExceptions()
Returns the value of the 'Thrown Exceptions' reference list.
|
void |
setSynchronismKind(SynchronismKind value)
Sets the value of the '
Synchronism Kind' attribute. |
getAllocatedOperations, getAllocatingOperations, getOwnedExchangeItemRealizations, getOwnedOperationAllocation, getOwnedParameters, getRealizedExchangeItemsgetVisibility, isIsAbstract, isIsStatic, setIsAbstract, setIsStatic, setVisibilitygetAbstractTypedElementsgetInvokingSequenceMessagesgetName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsSynchronismKind getSynchronismKind()
SynchronismKind.
If the meaning of the 'Synchronism Kind' attribute isn't clear, there really should be more of a description here...
SynchronismKind,
setSynchronismKind(SynchronismKind),
InformationPackage.getService_SynchronismKind()void setSynchronismKind(SynchronismKind value)
Synchronism Kind' attribute.
value - the new value of the 'Synchronism Kind' attribute.SynchronismKind,
getSynchronismKind()org.eclipse.emf.common.util.EList<Exception> getThrownExceptions()
Exception.
If the meaning of the 'Thrown Exceptions' reference list isn't clear, there really should be more of a description here...
InformationPackage.getService_ThrownExceptions()org.eclipse.emf.common.util.EList<Message> getMessages()
Message.
If the meaning of the 'Messages' reference list isn't clear, there really should be more of a description here...
InformationPackage.getService_Messages()org.eclipse.emf.common.util.EList<MessageReference> getMessageReferences()
MessageReference.
If the meaning of the 'Message References' reference list isn't clear, there really should be more of a description here...
InformationPackage.getService_MessageReferences()