public abstract class NodeImpl extends MinimalEObjectImpl.Container implements Node
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id
The cached value of the '
Id ' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id ' attribute. |
protected java.lang.String |
name
The cached value of the '
Name ' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name ' attribute. |
protected boolean |
synched
The cached value of the '
Synched ' attribute. |
protected static boolean |
SYNCHED_EDEFAULT
The default value of the '
Synched ' attribute. |
protected <any> |
tags
The cached value of the '
Tags ' reference list. |
Modifier | Constructor and Description |
---|---|
protected |
NodeImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
java.lang.Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
<any> |
getTags() |
boolean |
isSynched() |
void |
setId(java.lang.String newId) |
void |
setName(java.lang.String newName) |
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 static final java.lang.String ID_EDEFAULT
Id
' attribute.
getId()
,
Constant Field Valuesprotected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
,
Constant Field Valuesprotected 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.String getId()
getId
in interface Node
Node.setId(String)
,
GeppettoPackage.getNode_Id()
public void setId(java.lang.String newId)
setId
in interface Node
newId
- the new value of the 'Id' attribute.Node.getId()
public java.lang.String getName()
getName
in interface Node
Node.setName(String)
,
GeppettoPackage.getNode_Name()
public void setName(java.lang.String newName)
setName
in interface Node
newName
- the new value of the 'Name' attribute.Node.getName()
public <any> getTags()
getTags
in interface Node
GeppettoPackage.getNode_Tags()
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.Object eInvoke(int operationID, <any> arguments) throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
public java.lang.String toString()