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

All Superinterfaces:
Value
All Known Subinterfaces:
InvalidValue, NullValue
All Known Implementing Classes:
EvaluationHaltedException, InvalidValueException, JavaObjectValueImpl, NullValueImpl, ObjectValueImpl, UndefinedValueImpl, VMException, VMInterruptedExecutionException, VMRuntimeException, VMStackOverFlowError

public interface ObjectValue
extends Value


Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value
INVALID_NAME
 
Method Summary
 java.lang.Object getObject()
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.Value
asBagValue, asCollectionValue, asDouble, asEcoreObject, asEcoreObject, asElement, asInteger, asIntegerValue, asNavigableObject, asObject, asObjectValue, asOrderedCollectionValue, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asTupleValue, asUniqueCollectionValue, asUnlimitedNaturalValue, getTypeId, isInvalid, isUndefined, toString
 

Method Detail

getObject

java.lang.Object getObject()
Generated
NOT