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

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
 java.lang.Object asEcoreObject(DomainStandardLibrary standardLibrary)
           
 
Methods inherited from class org.eclipse.ocl.examples.library.executor.ExecutorEnumerationLiteral
getEnumeration, 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,
                                       DomainEnumeration enumeration,
                                       int ordinal)
Method Detail

asEcoreObject

public java.lang.Object asEcoreObject(DomainStandardLibrary standardLibrary)
Specified by:
asEcoreObject in interface DomainEnumerationLiteral
Overrides:
asEcoreObject in class ExecutorEnumerationLiteral