public class OBJImpl extends VisualValueImpl implements OBJ
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
obj
The cached value of the '
Obj ' attribute. |
protected static java.lang.String |
OBJ_EDEFAULT
The default value of the '
Obj ' attribute. |
groupElements, position
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
OBJImpl() |
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) |
java.lang.String |
getObj() |
void |
setObj(java.lang.String newObj) |
java.lang.String |
toString() |
basicSetPosition, eInverseRemove, getGroupElements, getPosition, setPosition
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGroupElements, getPosition, setPosition
isSynched, setSynched
protected static final java.lang.String OBJ_EDEFAULT
Obj
' attribute.
getObj()
protected EClass eStaticClass()
eStaticClass
in class VisualValueImpl
public java.lang.String getObj()
getObj
in interface OBJ
OBJ.setObj(String)
,
ValuesPackage.getOBJ_Obj()
public void setObj(java.lang.String newObj)
setObj
in interface OBJ
newObj
- the new value of the 'Obj' attribute.OBJ.getObj()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class VisualValueImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class VisualValueImpl
public void eUnset(int featureID)
eUnset
in class VisualValueImpl
public boolean eIsSet(int featureID)
eIsSet
in class VisualValueImpl