public abstract class ValueImpl extends MinimalEObjectImpl.Container implements Value
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected boolean |
synched
The cached value of the '
Synched ' attribute. |
protected static boolean |
SYNCHED_EDEFAULT
The default value of the '
Synched ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
ValueImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
boolean |
isSynched() |
void |
setSynched(boolean newSynched) |
java.lang.String |
toString() |
protected static final boolean SYNCHED_EDEFAULT
Synched
' attribute.
isSynched()
,
Constant Field Valuesprotected boolean synched
Synched
' attribute.
isSynched()
protected EClass eStaticClass()
public boolean isSynched()
isSynched
in interface ISynchable
ISynchable.setSynched(boolean)
,
GeppettoPackage.getISynchable_Synched()
public void setSynched(boolean newSynched)
setSynched
in interface ISynchable
newSynched
- the new value of the 'Synched' attribute.ISynchable.isSynched()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()