org.eclipse.gmt.modisco.omg.smm
Interface Attribute

All Superinterfaces:
SmmElement

public interface Attribute
extends SmmElement

A representation of the model object 'Attribute'.

The following features are supported:

See Also:
SmmPackage.getAttribute()
Generated:
Model:

Method Summary
 SmmElement getOwner()
          Returns the value of the 'Owner' container reference.
 java.lang.String getTag()
          Returns the value of the 'Tag' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setOwner(SmmElement value)
          Sets the value of the 'Owner' container reference.
 void setTag(java.lang.String value)
          Sets the value of the 'Tag' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getTag

java.lang.String getTag()
Returns the value of the 'Tag' attribute.

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

Returns:
the value of the 'Tag' attribute.
See Also:
setTag(String), SmmPackage.getAttribute_Tag()
Generated:
Model:
required="true"

setTag

void setTag(java.lang.String value)
Sets the value of the 'Tag' attribute.

Parameters:
value - the new value of the 'Tag' attribute.
See Also:
getTag()
Generated:

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), SmmPackage.getAttribute_Value()
Generated:
Model:
required="true"

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()
Generated:

getOwner

SmmElement getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Attribute'.

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

Returns:
the value of the 'Owner' container reference.
See Also:
setOwner(SmmElement), SmmPackage.getAttribute_Owner(), SmmElement.getAttribute()
Generated:
Model:
opposite="attribute" transient="false"

setOwner

void setOwner(SmmElement value)
Sets the value of the 'Owner' container reference.

Parameters:
value - the new value of the 'Owner' container reference.
See Also:
getOwner()
Generated: