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

All Superinterfaces:
ElementValue, ObjectValue, Value
All Known Subinterfaces:
ClassifierTypeValue, CollectionTypeValue, EnumerationTypeValue, InvalidValue, NullValue, SimpleTypeValue
All Known Implementing Classes:
AbstractTypeValueImpl, AbstractUndefinedCollectionValue, AbstractUndefinedValue, ClassifierTypeValueImpl, CollectionTypeValueImpl, EnumerationTypeValueImpl, InvalidValueImpl, NullValueImpl, OCLConsolePage.ExceptionValue, SimpleTypeValueImpl

public interface TypeValue
extends ElementValue

A TypeValue is a value object whose value is a type, such as Boolean. The type of a type value is a classifier such as Classifier<Boolean>.


Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value
INVALID_NAME
 
Method Summary
 DomainType getInstanceType()
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.ElementValue
getElement
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.ObjectValue
getObject
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.Value
asBagValue, asBoolean, asBooleanValue, asCollectionValue, asDouble, asEcoreObject, asElement, asElementValue, asInteger, asIntegerValue, asNavigableObject, asObject, asObjectValue, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asString, asStringValue, asTypeValue, asUniqueCollectionValue, asValidValue, getActualType, getType, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toIteratorValue, toRealValue, toString
 

Method Detail

getInstanceType

DomainType getInstanceType()