|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.graphiti.mm.impl.PropertyImpl
public class PropertyImpl
An implementation of the model object 'Property'.
The following features are implemented:
Field Summary | |
---|---|
protected String |
key
The cached value of the ' Key ' attribute. |
protected static String |
KEY_EDEFAULT
The default value of the ' Key ' attribute. |
protected String |
value
The cached value of the ' Value ' attribute. |
protected static String |
VALUE_EDEFAULT
The default value of the ' Value ' attribute. |
Constructor Summary | |
---|---|
protected |
PropertyImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getKey()
|
String |
getValue()
|
void |
setKey(String newKey)
|
void |
setValue(String newValue)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final String KEY_EDEFAULT
Key
' attribute.
getKey()
protected String key
Key
' attribute.
getKey()
protected static final String VALUE_EDEFAULT
Value
' attribute.
getValue()
protected String value
Value
' attribute.
getValue()
Constructor Detail |
---|
protected PropertyImpl()
Method Detail |
---|
protected EClass eStaticClass()
public String getKey()
getKey
in interface Property
Property.setKey(String)
,
MmPackage.getProperty_Key()
public void setKey(String newKey)
setKey
in interface Property
newKey
- the new value of the 'Key' attribute.Property.getKey()
public String getValue()
getValue
in interface Property
Property.setValue(String)
,
MmPackage.getProperty_Value()
public void setValue(String newValue)
setValue
in interface Property
newValue
- the new value of the 'Value' attribute.Property.getValue()
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |