public static interface EStructuralFeature.Setting
dynamic instance,
a setting will be the only actual representation of the object-feature-value association.| Modifier and Type | Method and Description |
|---|---|
java.lang.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(java.lang.Object newValue)
Set the value held by the feature of the object.
|
void |
unset()
Unsets the value held by the feature of the object.
|
EObject getEObject()
EStructuralFeature getEStructuralFeature()
java.lang.Object get(boolean resolve)
resolves the value.resolve - whether to resolve.EObject.eGet(EStructuralFeature, boolean)void set(java.lang.Object newValue)
newValue - the newValue.EObject.eSet(EStructuralFeature, Object)boolean isSet()
EObject.eIsSet(EStructuralFeature)void unset()
EObject.eUnset(EStructuralFeature)Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature