Uses of Interface
org.eclipse.ocl.examples.domain.elements.DomainEnumerationLiteral

Packages that use DomainEnumerationLiteral
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
 

Uses of DomainEnumerationLiteral in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return DomainEnumerationLiteral
 DomainEnumerationLiteral DomainEnumeration.getEnumerationLiteral(java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.domain.elements that return types with arguments of type DomainEnumerationLiteral
 java.lang.Iterable<? extends DomainEnumerationLiteral> DomainEnumeration.getEnumerationLiterals()
           
 

Uses of DomainEnumerationLiteral in org.eclipse.ocl.examples.library.ecore
 

Classes in org.eclipse.ocl.examples.library.ecore that implement DomainEnumerationLiteral
 class EcoreExecutorEnumerationLiteral
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return DomainEnumerationLiteral
 DomainEnumerationLiteral EcoreReflectiveEnumeration.getEnumerationLiteral(java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return types with arguments of type DomainEnumerationLiteral
 java.lang.Iterable<? extends DomainEnumerationLiteral> EcoreExecutorEnumeration.getEnumerationLiterals()
           
 java.lang.Iterable<? extends DomainEnumerationLiteral> EcoreReflectiveEnumeration.getEnumerationLiterals()
           
protected  java.util.Map<java.lang.String,DomainEnumerationLiteral> EcoreReflectiveEnumeration.initLiterals()
           
 

Uses of DomainEnumerationLiteral in org.eclipse.ocl.examples.library.executor
 

Classes in org.eclipse.ocl.examples.library.executor that implement DomainEnumerationLiteral
 class ExecutorEnumerationLiteral
           
 

Methods in org.eclipse.ocl.examples.library.executor that return DomainEnumerationLiteral
 DomainEnumerationLiteral AbstractIdResolver.visitEnumerationLiteralId(EnumerationLiteralId id)
           
 

Uses of DomainEnumerationLiteral in org.eclipse.ocl.examples.pivot
 

Subinterfaces of DomainEnumerationLiteral in org.eclipse.ocl.examples.pivot
 interface EnumerationLiteral
          A representation of the model object 'Enumeration Literal'.
 

Uses of DomainEnumerationLiteral in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DomainEnumerationLiteral
 class EnumerationLiteralImpl
          An implementation of the model object 'Enumeration Literal'.
 

Uses of DomainEnumerationLiteral in org.eclipse.ocl.examples.pivot.manager
 

Classes in org.eclipse.ocl.examples.pivot.manager that implement DomainEnumerationLiteral
 class EnumeratorEnumerationLiteral
          An EnumeratorEnumerationLiteral is used as the unboxed representation when no Ecore Enumerator is avaialble.
 

Methods in org.eclipse.ocl.examples.pivot.manager that return DomainEnumerationLiteral
 DomainEnumerationLiteral EnumerationTypeServer.getEnumerationLiteral(java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type DomainEnumerationLiteral
 java.lang.Iterable<? extends DomainEnumerationLiteral> EnumerationTypeServer.getEnumerationLiterals()