Interface IEnumerationLiteral
The public interface for EnumerationLiteral
[DefaultImplementationType(typeof(EnumerationLiteral))]
[XmlDefaultImplementationType(typeof(EnumerationLiteral))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//EnumerationLiteral")]
public interface IEnumerationLiteral : IInstanceSpecification, IPackageableElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Enumeration
The Enumeration that this EnumerationLiteral is a member of.
[Browsable(false)]
[XmlElementName("enumeration")]
[XmlAttribute(true)]
[XmlOpposite("ownedLiteral")]
IEnumeration Enumeration { get; set; }
Property Value
Methods
Classifier_equals_owning_enumeration(object, object)
classifier = enumeration
bool Classifier_equals_owning_enumeration(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.