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