org.eclipse.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
 java.lang.String getTag()
          Returns the value of the 'Tag' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 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.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

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: