Uses of Interface
org.eclipse.ocl.examples.domain.values.EnumerationLiteralValue

Packages that use EnumerationLiteralValue
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
 

Uses of EnumerationLiteralValue in org.eclipse.ocl.examples.domain.values
 

Methods in org.eclipse.ocl.examples.domain.values that return EnumerationLiteralValue
 EnumerationLiteralValue ValueFactory.createEnumerationLiteralValue(DomainEnumerationLiteral element)
           
 EnumerationLiteralValue ValueFactory.createEnumerationLiteralValue(org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral)
           
 EnumerationLiteralValue ValueFactory.createEnumerationLiteralValue(org.eclipse.emf.common.util.Enumerator enumerator, org.eclipse.emf.ecore.EEnum eEnum)
           
 

Uses of EnumerationLiteralValue in org.eclipse.ocl.examples.domain.values.impl
 

Classes in org.eclipse.ocl.examples.domain.values.impl that implement EnumerationLiteralValue
 class AbstractEnumerationLiteralValueImpl<T>
           
 class EnumerationLiteralValueImpl
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return EnumerationLiteralValue
 EnumerationLiteralValue AbstractEnumerationLiteralValueImpl.asElementValue()
           
 EnumerationLiteralValue AbstractValueFactory.createEnumerationLiteralValue(DomainEnumerationLiteral element)
           
 EnumerationLiteralValue AbstractValueFactory.createEnumerationLiteralValue(org.eclipse.emf.ecore.EEnumLiteral eEnumLiteral)
           
 EnumerationLiteralValue AbstractValueFactory.createEnumerationLiteralValue(org.eclipse.emf.common.util.Enumerator enumerator, org.eclipse.emf.ecore.EEnum eEnum)