org.eclipse.ocl.examples.library.ecore
Class EcoreExecutorEnumerationLiteral

java.lang.Object
  extended by org.eclipse.ocl.examples.library.executor.ExecutorEnumerationLiteral
      extended by org.eclipse.ocl.examples.library.ecore.EcoreExecutorEnumerationLiteral
All Implemented Interfaces:
DomainElement, DomainEnumerationLiteral, DomainNamedElement, Nameable

public class EcoreExecutorEnumerationLiteral
extends ExecutorEnumerationLiteral


Field Summary
protected  org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral
           
 
Fields inherited from class org.eclipse.ocl.examples.library.executor.ExecutorEnumerationLiteral
enumeration, name, ordinal
 
Constructor Summary
EcoreExecutorEnumerationLiteral(org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral, DomainEnumeration enumeration, int ordinal)
           
 
Method Summary
 org.eclipse.emf.common.util.Enumerator getEnumerator()
           
 
Methods inherited from class org.eclipse.ocl.examples.library.executor.ExecutorEnumerationLiteral
getEnumeration, getEnumerationLiteralId, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eEnumLiteral

protected final org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral
Constructor Detail

EcoreExecutorEnumerationLiteral

public EcoreExecutorEnumerationLiteral(org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral,
                                       @NonNull
                                       DomainEnumeration enumeration,
                                       int ordinal)
Method Detail

getEnumerator

@NonNull
public org.eclipse.emf.common.util.Enumerator getEnumerator()