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