Interface IEnumeration
The public interface for Enumeration
[DefaultImplementationType(typeof(Enumeration))]
[XmlDefaultImplementationType(typeof(Enumeration))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Enumeration")]
public interface IEnumeration : IDataType, IClassifier, IType, IPackageableElement, IRedefinableElement, INamespace, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
OwnedLiteral
The ordered set of literals for this Enumeration.
[Browsable(false)]
[XmlElementName("ownedLiteral")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("enumeration")]
IOrderedSetExpression<IEnumerationLiteral> OwnedLiteral { get; }