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

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

public interface ElementValue
extends ObjectValue


Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value
INVALID_NAME
 
Method Summary
 DomainElement 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

getElement

DomainElement getElement()