public interface TagDefinition extends Element
The following features are supported:
KdmPackage.getTagDefinition()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTag()
Returns the value of the 'Tag' attribute.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setTag(java.lang.String value)
Sets the value of the '
Tag' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute. |
getAnnotation, getAttributejava.lang.String getTag()
If the meaning of the 'Tag' attribute isn't clear, there really should be more of a description here...
setTag(String),
KdmPackage.getTagDefinition_Tag()void setTag(java.lang.String value)
Tag' attribute.
value - the new value of the 'Tag' attribute.getTag()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
KdmPackage.getTagDefinition_Type()