|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.domain.values.impl.AbstractValue
org.eclipse.ocl.examples.domain.values.impl.AbstractObjectValue<java.lang.Object>
org.eclipse.ocl.examples.domain.values.impl.ObjectValueImpl
public class ObjectValueImpl
| Field Summary | |
|---|---|
protected DomainType |
type
|
| Fields inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractObjectValue |
|---|
object |
| Fields inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractValue |
|---|
valueFactory |
| Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value |
|---|
INVALID_NAME |
| Constructor Summary | |
|---|---|
ObjectValueImpl(ValueFactory valueFactory,
java.lang.Object object)
|
|
| Method Summary | |
|---|---|
DomainType |
getType()
Return the type of this value determined from its construction context. |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractObjectValue |
|---|
asObject, asObjectValue, asValidValue, equals, getObject, hashCode, toString |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.AbstractValue |
|---|
asBagValue, asBoolean, asBooleanValue, asCollectionValue, asDouble, asEcoreObject, asElement, asElementValue, asInteger, asIntegerValue, asNavigableObject, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asString, asStringValue, asTypeValue, asUniqueCollectionValue, getActualType, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toIteratorValue, toRealValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.ocl.examples.domain.values.Value |
|---|
asBagValue, asBoolean, asBooleanValue, asCollectionValue, asDouble, asEcoreObject, asElement, asElementValue, asInteger, asIntegerValue, asNavigableObject, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asString, asStringValue, asTypeValue, asUniqueCollectionValue, getActualType, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toIteratorValue, toRealValue, toString |
| Field Detail |
|---|
protected DomainType type
| Constructor Detail |
|---|
public ObjectValueImpl(ValueFactory valueFactory,
java.lang.Object object)
| Method Detail |
|---|
public DomainType getType()
Value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||