public interface EnumerationLiteral extends InstanceSpecification
The following features are supported:
PivotPackage.getEnumerationLiteral()| Modifier and Type | Method and Description |
|---|---|
EnumerationLiteralId |
getEnumerationLiteralId() |
Enumerator |
getEnumerator() |
String |
getLiteral()
Returns the value of the 'Literal' attribute.
|
Enumeration |
getOwningEnumeration()
Returns the value of the 'Owning Enumeration' container reference.
|
Number |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setLiteral(String value)
Sets the value of the '
Literal' attribute. |
void |
setOwningEnumeration(Enumeration value)
Sets the value of the '
Owning Enumeration' container reference. |
void |
setValue(Number value)
Sets the value of the '
Value' attribute. |
getClasses, getOwnedSlots, getOwnedSpecification, getOwningPackage, setOwnedSpecification, setOwningPackagegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueString getLiteral()
"0".
If the meaning of the 'Literal' attribute isn't clear, there really should be more of a description here...
setLiteral(String),
PivotPackage.getEnumerationLiteral_Literal()void setLiteral(String value)
Literal' attribute.
value - the new value of the 'Literal' attribute.getLiteral()Enumeration getOwningEnumeration()
Owned Literals'.
The Enumeration that this EnumerationLiteral is a member of.
setOwningEnumeration(Enumeration),
PivotPackage.getEnumerationLiteral_OwningEnumeration(),
Enumeration.getOwnedLiterals()void setOwningEnumeration(Enumeration value)
Owning Enumeration' container reference.
value - the new value of the 'Owning Enumeration' container reference.getOwningEnumeration()Number getValue()
"0".
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Number),
PivotPackage.getEnumerationLiteral_Value()void setValue(Number value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()EnumerationLiteralId getEnumerationLiteralId()
Enumerator getEnumerator()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.