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

All Superinterfaces:
Value
All Known Subinterfaces:
ElementValue<E>, InvalidValue, NullValue, TypeValue
All Known Implementing Classes:
AbstractUndefinedCollectionValue, AbstractUndefinedValue, ElementValueImpl, InvalidValueImpl, NullValueImpl, ObjectValueImpl, OCLConsolePage.ExceptionValue, TypeValueImpl

public interface ObjectValue
extends Value


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.pivot.values.Value
Value.BinaryOperation
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.pivot.values.Value
INVALID_NAME
 
Method Summary
 java.lang.Object getObject()
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.Value
asBagValue, asBoolean, asBooleanValue, asCollectionValue, asDouble, asElement, asElementValue, asInteger, asIntegerValue, asObject, asObjectValue, asOrderedCollectionValue, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asString, asStringValue, asTypeValue, asUniqueCollectionValue, asValidValue, getType, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toRealValue, toString
 

Method Detail

getObject

java.lang.Object getObject()