public interface Tag
A representation of the model object 'Tag'.
The following features are supported:
EmofPackage.getTag()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Element> |
getElement()
Returns the value of the 'Element' reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Element> getElement()
Element
.
It is bidirectional and its opposite is 'Tag
'.
If the meaning of the 'Element' reference list isn't clear, there really should be more of a description here...
EmofPackage.getTag_Element()
,
Element.getTag()
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
EmofPackage.getTag_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
EmofPackage.getTag_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()