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

Packages that use ObjectValue
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.xtext.console   
 

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

Methods in org.eclipse.ocl.examples.domain.elements that return ObjectValue
 ObjectValue DomainType.createInstance(ValueFactory valueFactory)
          Return a new instance of this type from valueFactory.
 

Methods in org.eclipse.ocl.examples.domain.elements with parameters of type ObjectValue
 void DomainProperty.setValue(ObjectValue objectValue, Value propertyValue)
           
 

Uses of ObjectValue in org.eclipse.ocl.examples.domain.types
 

Methods in org.eclipse.ocl.examples.domain.types that return ObjectValue
 ObjectValue AbstractInheritance.createInstance(ValueFactory valueFactory)
           
 ObjectValue AbstractType.createInstance(ValueFactory valueFactory)
           
 

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

Subinterfaces of ObjectValue in org.eclipse.ocl.examples.domain.values
 interface ClassifierTypeValue
           
 interface CollectionTypeValue
           
 interface ElementValue
           
 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 ObjectValue
 ObjectValue Value.asObjectValue()
           
 ObjectValue ValueFactory.createEObjectValue(org.eclipse.emf.ecore.EObject eObject)
           
 ObjectValue ValueFactory.createObjectValue(java.lang.Object object)
           
 

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

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

Methods in org.eclipse.ocl.examples.domain.values.impl that return ObjectValue
 ObjectValue AbstractObjectValue.asObjectValue()
           
 ObjectValue AbstractValue.asObjectValue()
           
 ObjectValue InvalidValueImpl.asObjectValue()
           
 ObjectValue AbstractValueFactory.createEObjectValue(org.eclipse.emf.ecore.EObject eObject)
           
 ObjectValue AbstractValueFactory.createObjectValue(java.lang.Object object)
           
 

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

Methods in org.eclipse.ocl.examples.library.ecore that return ObjectValue
 ObjectValue EcoreExecutorEnumeration.createInstance(ValueFactory valueFactory)
           
 ObjectValue EcoreExecutorType.createInstance(ValueFactory valueFactory)
           
 ObjectValue EcoreReflectiveType.createInstance(ValueFactory valueFactory)
           
 

Methods in org.eclipse.ocl.examples.library.ecore with parameters of type ObjectValue
 void EcoreExecutorProperty.setValue(ObjectValue objectValue, Value propertyValue)
           
 

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

Methods in org.eclipse.ocl.examples.library.executor with parameters of type ObjectValue
 void ExecutorProperty.setValue(ObjectValue objectValue, Value propertyValue)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ObjectValue
 ObjectValue TypeImpl.createInstance(ValueFactory valueFactory)
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type ObjectValue
 void PropertyImpl.setValue(ObjectValue objectValue, Value propertyValue)
           
 

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