org.eclipse.gmt.modisco.omg.kdm.kdm
Interface TaggedValue

All Superinterfaces:
Element, ExtendedValue

public interface TaggedValue
extends ExtendedValue

A representation of the model object 'Tagged Value'.

The following features are supported:

See Also:
KdmPackage.getTaggedValue()
Generated:
Model:

Method Summary
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.kdm.ExtendedValue
getTag, setTag
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

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), KdmPackage.getTaggedValue_Value()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

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: