Uses of Interface
org.eclipse.ocl.examples.pivot.values.ObjectValue

Packages that use ObjectValue
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.console   
 

Uses of ObjectValue in org.eclipse.ocl.examples.pivot.values
 

Subinterfaces of ObjectValue in org.eclipse.ocl.examples.pivot.values
 interface ElementValue<E extends Element>
           
 interface InvalidValue
           
 interface NullValue
           
 interface TypeValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values that return ObjectValue
 ObjectValue Value.asObjectValue()
           
 ObjectValue ValueFactory.createObjectValue(java.lang.Object object)
           
 

Uses of ObjectValue in org.eclipse.ocl.examples.pivot.values.impl
 

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement ObjectValue
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class ElementValueImpl<E extends Element>
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class ObjectValueImpl
           
 class TypeValueImpl
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return ObjectValue
 ObjectValue AbstractValue.asObjectValue()
           
 ObjectValue ObjectValueImpl.asObjectValue()
           
 ObjectValue ValueFactoryImpl.createObjectValue(java.lang.Object object)
           
 

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

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