Interface IEnumeration
The public interface for Enumeration
[DefaultImplementationType(typeof(Enumeration))]
[XmlDefaultImplementationType(typeof(Enumeration))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Enumeration")]
public interface IEnumeration : IDataType, IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
OwnedLiteral
The ordered set of literals owned by this Enumeration. <p>From package UML::SimpleClassifiers.</p>
[Browsable(false)]
[XmlElementName("ownedLiteral")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("enumeration")]
IOrderedSetExpression<IEnumerationLiteral> OwnedLiteral { get; }
Property Value
Methods
Immutable(object, object)
ownedAttribute->forAll(isReadOnly)
bool Immutable(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.