public interface ExchangeItemElement extends NamedElement, MultiplicityElement, TypedElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ParameterDirection |
getDirection()
Returns the value of the 'Direction' attribute.
|
ElementKind |
getKind()
Returns the value of the 'Kind' attribute.
|
org.eclipse.emf.common.util.EList<Property> |
getReferencedProperties()
Returns the value of the 'Referenced Properties' reference list.
|
boolean |
isComposite()
Returns the value of the 'Composite' attribute.
|
void |
setComposite(boolean value)
Sets the value of the '
Composite' attribute. |
void |
setDirection(ParameterDirection value)
Sets the value of the '
Direction' attribute. |
void |
setKind(ElementKind value)
Sets the value of the '
Kind' attribute. |
getOwnedDefaultValue, getOwnedMaxCard, getOwnedMaxLength, getOwnedMaxValue, getOwnedMinCard, getOwnedMinLength, getOwnedMinValue, getOwnedNullValue, isMaxInclusive, isMinInclusive, isOrdered, isUnique, setMaxInclusive, setMinInclusive, setOrdered, setOwnedDefaultValue, setOwnedMaxCard, setOwnedMaxLength, setOwnedMaxValue, setOwnedMinCard, setOwnedMinLength, setOwnedMinValue, setOwnedNullValue, setUniquegetTypegetAbstractType, setAbstractTypegetName, 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, setSidgetOwnedExtensionsElementKind getKind()
ElementKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
ElementKind,
setKind(ElementKind),
InformationPackage.getExchangeItemElement_Kind()void setKind(ElementKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.ElementKind,
getKind()ParameterDirection getDirection()
ParameterDirection.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
ParameterDirection,
setDirection(ParameterDirection),
InformationPackage.getExchangeItemElement_Direction()void setDirection(ParameterDirection value)
Direction' attribute.
value - the new value of the 'Direction' attribute.ParameterDirection,
getDirection()boolean isComposite()
If the meaning of the 'Composite' attribute isn't clear, there really should be more of a description here...
setComposite(boolean),
InformationPackage.getExchangeItemElement_Composite()void setComposite(boolean value)
Composite' attribute.
value - the new value of the 'Composite' attribute.isComposite()org.eclipse.emf.common.util.EList<Property> getReferencedProperties()
Property.
If the meaning of the 'Referenced Properties' reference list isn't clear, there really should be more of a description here...
InformationPackage.getExchangeItemElement_ReferencedProperties()