|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TupleValue
Interface of a tuple instance value. OCL expressions resulting in tuples yield instances of this interface.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value |
|---|
INVALID_NAME |
| Method Summary | |
|---|---|
DomainTupleType |
getType()
Obtains the tuple's type. |
Value |
getValue(DomainTypedElement part)
Queries the value of the specified tuple part. |
Value |
getValue(java.lang.String partName)
Queries the value of the specified tuple part. |
| 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, getValueFactory, isCollectionValue, isFalse, isIntegerValue, isInvalid, isNull, isRealValue, isTrue, isUndefined, isUnlimited, isUnlimitedNatural, oclToString, toIntegerValue, toIteratorValue, toRealValue, toString |
| Method Detail |
|---|
DomainTupleType getType()
getType in interface ValueValue getValue(java.lang.String partName)
partName - the name of the part
Value getValue(DomainTypedElement part)
part - the tuple part (as an attribute)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||