Interface IEEnum
The public interface for EEnum
[DefaultImplementationType(typeof(EEnum))]
[XmlDefaultImplementationType(typeof(EEnum))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EEnum")]
public interface IEEnum : IEDataType, IEClassifier, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
ELiterals
The eLiterals property
[Browsable(false)]
[XmlElementName("eLiterals")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("eEnum")]
IOrderedSetExpression<IEEnumLiteral> ELiterals { get; }
Property Value
Methods
GetEEnumLiteral(int)
IEEnumLiteral GetEEnumLiteral(int value)
Parameters
valueint
Returns
GetEEnumLiteral(string)
IEEnumLiteral GetEEnumLiteral(string name)
Parameters
namestring
Returns
GetEEnumLiteralByLiteral(string)
IEEnumLiteral GetEEnumLiteralByLiteral(string literal)
Parameters
literalstring
Returns
Events
GetEEnumLiteralByLiteralCalled
Gets fired after the operation getEEnumLiteralByLiteral got called
event EventHandler<OperationCallEventArgs> GetEEnumLiteralByLiteralCalled
Event Type
GetEEnumLiteralByLiteralCalling
Gets fired before the operation getEEnumLiteralByLiteral gets called
event EventHandler<OperationCallEventArgs> GetEEnumLiteralByLiteralCalling
Event Type
GetEEnumLiteralCalled
Gets fired after the operation getEEnumLiteral got called
event EventHandler<OperationCallEventArgs> GetEEnumLiteralCalled
Event Type
GetEEnumLiteralCalled_
Gets fired after the operation getEEnumLiteral got called
event EventHandler<OperationCallEventArgs> GetEEnumLiteralCalled_
Event Type
GetEEnumLiteralCalling
Gets fired before the operation getEEnumLiteral gets called
event EventHandler<OperationCallEventArgs> GetEEnumLiteralCalling
Event Type
GetEEnumLiteralCalling_
Gets fired before the operation getEEnumLiteral gets called
event EventHandler<OperationCallEventArgs> GetEEnumLiteralCalling_