org.eclipse.gmt.umlx.eqvtbase
Interface Tag

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Tag
extends org.eclipse.emf.ecore.EModelElement

A representation of the model object 'Tag'.

The following features are supported:

See Also:
EqvtBasePackage.getTag()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EModelElement> 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.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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

getElement

org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EModelElement> getElement()
Returns the value of the 'Element' reference list. The list contents are of type EModelElement.

If the meaning of the 'Element' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element' reference list.
See Also:
EqvtBasePackage.getTag_Element()

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), EqvtBasePackage.getTag_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EqvtBasePackage.getTag_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()