- All Superinterfaces:
org.eclipse.emf.ecore.EObject
, NonLinkableWidget
, org.eclipse.emf.common.notify.Notifier
, Widget
- All Known Implementing Classes:
VideoImpl
A representation of the model object '
Video'.
The following features are supported:
- See Also:
-
-
Method Summary
Returns the value of the 'Encoding' attribute.
Returns the value of the 'Url' attribute.
void
Sets the value of the '
Encoding
' attribute.
void
Sets the value of the '
Url
' attribute.
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
getIcon, getIconColor, getIconRules, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setItem, setLabel, setStaticIcon
-
Method Details
-
getUrl
Returns the value of the 'Url' attribute.
- Returns:
- the value of the 'Url' attribute.
- See Also:
-
-
setUrl
Sets the value of the '
Url
' attribute.
- Parameters:
value
- the new value of the 'Url' attribute.
- See Also:
-
-
getEncoding
Returns the value of the 'Encoding' attribute.
- Returns:
- the value of the 'Encoding' attribute.
- See Also:
-
-
setEncoding
void setEncoding(String value)
Sets the value of the '
Encoding
' attribute.
- Parameters:
value
- the new value of the 'Encoding' attribute.
- See Also:
-