public class TextImpl extends MetadataValueImpl implements Text
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
text
The cached value of the '
Text ' attribute. |
protected static java.lang.String |
TEXT_EDEFAULT
The default value of the '
Text ' attribute. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
TextImpl() |
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 |
getText() |
void |
setText(java.lang.String newText) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected static final java.lang.String TEXT_EDEFAULT
Text
' attribute.
getText()
protected EClass eStaticClass()
eStaticClass
in class MetadataValueImpl
public java.lang.String getText()
getText
in interface Text
Text.setText(String)
,
ValuesPackage.getText_Text()
public void setText(java.lang.String newText)
setText
in interface Text
newText
- the new value of the 'Text' attribute.Text.getText()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)