Interface IEnumerationLiteral
The public interface for EnumerationLiteral
[DefaultImplementationType(typeof(EnumerationLiteral))]
[XmlDefaultImplementationType(typeof(EnumerationLiteral))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//EnumerationLiteral")]
public interface IEnumerationLiteral : IInstanceSpecification, IDeployedArtifact, IPackageableElement, IParameterableElement, IDeploymentTarget, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Enumeration
The Enumeration that this EnumerationLiteral is a member of. <p>From package UML::SimpleClassifiers.</p>
[Browsable(false)]
[XmlElementName("enumeration")]
[XmlAttribute(true)]
[XmlOpposite("ownedLiteral")]
IEnumeration Enumeration { get; set; }
Property Value
Methods
GetClassifier()
Derivation of Enumeration::/classifier result = (enumeration) <p>From package UML::SimpleClassifiers.</p>
IEnumeration GetClassifier()
Returns
GetClassifiers()
ISetExpression<IClassifier> GetClassifiers()