|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of a value held by a feature of an object.
In the case of a dynamic
instance,
a setting will be the only actual representation of the object-feature-value association.
Method Summary | |
Object |
get(boolean resolve)
Returns the value held by the feature of the object; it optionally resolves the value. |
EObject |
getEObject()
Returns the object holding a value. |
EStructuralFeature |
getEStructuralFeature()
Returns the specific feature holding a value for the object. |
boolean |
isSet()
Returns whether a value is held by the feature of the object. |
void |
set(Object newValue)
Set the value held by the feature of the object. |
void |
unset()
Unsets the value held by the feature of the object. |
Method Detail |
public EObject getEObject()
public EStructuralFeature getEStructuralFeature()
public Object get(boolean resolve)
resolves
the value.
resolve
- whether to resolve.
EObject.eGet(EStructuralFeature, boolean)
public void set(Object newValue)
newValue
- the newValue.EObject.eSet(EStructuralFeature, Object)
public boolean isSet()
EObject.eIsSet(EStructuralFeature)
public void unset()
EObject.eUnset(EStructuralFeature)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |