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

Packages that use ElementValue
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.xtext.console   
 

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

Subinterfaces of ElementValue in org.eclipse.ocl.examples.domain.values
 interface ClassifierTypeValue
           
 interface CollectionTypeValue
           
 interface EnumerationLiteralValue
           
 interface EnumerationTypeValue
           
 interface InvalidValue
           
 interface NullValue
           
 interface SimpleTypeValue
           
 interface TypeValue
          A TypeValue is a value object whose value is a type, such as Boolean.
 

Methods in org.eclipse.ocl.examples.domain.values that return ElementValue
 ElementValue Value.asElementValue()
           
 ElementValue ValueFactory.createElementValue(DomainElement element)
           
 

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

Classes in org.eclipse.ocl.examples.domain.values.impl that implement ElementValue
 class AbstractEnumerationLiteralValueImpl<T>
           
 class AbstractTypeValueImpl<T extends DomainType>
           
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class ClassifierTypeValueImpl
           
 class CollectionTypeValueImpl
           
 class ElementValueImpl
           
 class EnumerationLiteralValueImpl
           
 class EnumerationTypeValueImpl
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class SimpleTypeValueImpl
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return ElementValue
 ElementValue AbstractValue.asElementValue()
           
 ElementValue ElementValueImpl.asElementValue()
           
 ElementValue InvalidValueImpl.asElementValue()
           
 ElementValue AbstractValueFactory.createElementValue(DomainElement element)
           
 

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

Methods in org.eclipse.ocl.examples.library.ecore that return ElementValue
 ElementValue EcoreValueFactory.createElementValue(DomainElement element)
           
 

Uses of ElementValue in org.eclipse.ocl.examples.xtext.console
 

Classes in org.eclipse.ocl.examples.xtext.console that implement ElementValue
protected static class OCLConsolePage.ExceptionValue