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

All Superinterfaces:
ElementValue<Type>, ObjectValue, Value
All Known Subinterfaces:
InvalidValue, NullValue
All Known Implementing Classes:
AbstractUndefinedCollectionValue, AbstractUndefinedValue, InvalidValueImpl, NullValueImpl, OCLConsolePage.ExceptionValue, TypeValueImpl

public interface TypeValue
extends ElementValue<Type>


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
 TypeValue asTypeValue()
           
 Type getInstanceType()
           
 Type getType()
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.ElementValue
getElement
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.ObjectValue
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, asUniqueCollectionValue, asValidValue, getType, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toRealValue, toString
 

Method Detail

asTypeValue

TypeValue asTypeValue()
                      throws InvalidValueException
Specified by:
asTypeValue in interface Value
Throws:
InvalidValueException

getInstanceType

Type getInstanceType()

getType

Type getType()