public interface XTypedElement extends XNamedElement
The following features are supported:
XcorePackage.getXTypedElement()| Modifier and Type | Method and Description |
|---|---|
int[] |
getMultiplicity()
Returns the value of the 'Multiplicity' attribute
|
XGenericType |
getType()
Returns the value of the 'Type' containment reference
|
boolean |
isUnique()
Returns the value of the 'Unique' attribute
|
boolean |
isUnordered()
Returns the value of the 'Unordered' attribute
|
void |
setMultiplicity(int[] value)
Sets the value of the '
Multiplicity' attribute |
void |
setType(XGenericType value)
Sets the value of the '
Type' containment reference |
void |
setUnique(boolean value)
Sets the value of the '
Unique' attribute |
void |
setUnordered(boolean value)
Sets the value of the '
Unordered' attribute |
getName, setNamegetAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isUnordered()
If the meaning of the 'Unordered' attribute isn't clear, there really should be more of a description here...
setUnordered(boolean),
XcorePackage.getXTypedElement_Unordered()void setUnordered(boolean value)
Unordered' attribute.
value - the new value of the 'Unordered' attribute.isUnordered()boolean isUnique()
If the meaning of the 'Unique' attribute isn't clear, there really should be more of a description here...
setUnique(boolean),
XcorePackage.getXTypedElement_Unique()void setUnique(boolean value)
Unique' attribute.
value - the new value of the 'Unique' attribute.isUnique()XGenericType getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(XGenericType),
XcorePackage.getXTypedElement_Type()void setType(XGenericType value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()int[] getMultiplicity()
If the meaning of the 'Multiplicity' attribute isn't clear, there really should be more of a description here...
setMultiplicity(int[]),
XcorePackage.getXTypedElement_Multiplicity()void setMultiplicity(int[] value)
Multiplicity' attribute.
value - the new value of the 'Multiplicity' attribute.getMultiplicity()