public interface CommunicationItem extends Classifier, DataValueContainer
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<StateMachine> |
getOwnedStateMachines()
Returns the value of the 'Owned State Machines' containment reference list.
|
org.eclipse.emf.common.util.EList<Property> |
getProperties()
Returns the value of the 'Properties' reference list.
|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
void |
setVisibility(VisibilityKind value)
Sets the value of the '
Visibility' attribute. |
getContainedProperties, getOwnedFeaturesgetOwnedGeneralizations, getSub, getSubGeneralizations, getSuper, getSuperGeneralizations, isAbstract, setAbstractgetTypedElementsgetAbstractTypedElementsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, 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, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetOwnedDataValuesgetOwnedPropertyValuePkgsVisibilityKind getVisibility()
VisibilityKind.
If the meaning of the 'Visibility' attribute isn't clear, there really should be more of a description here...
VisibilityKind,
setVisibility(VisibilityKind),
CommunicationPackage.getCommunicationItem_Visibility()void setVisibility(VisibilityKind value)
Visibility' attribute.
value - the new value of the 'Visibility' attribute.VisibilityKind,
getVisibility()org.eclipse.emf.common.util.EList<StateMachine> getOwnedStateMachines()
StateMachine.
If the meaning of the 'Owned State Machines' containment reference list isn't clear, there really should be more of a description here...
CommunicationPackage.getCommunicationItem_OwnedStateMachines()org.eclipse.emf.common.util.EList<Property> getProperties()
Property.
If the meaning of the 'Properties' reference list isn't clear, there really should be more of a description here...
CommunicationPackage.getCommunicationItem_Properties()