public interface Tag
The following features are supported:
TestPackage.getTag()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Tag |
getTag()
Returns the value of the 'Tag' containment reference.
|
<any> |
getTags()
Returns the value of the 'Tags' containment reference list.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setTag(Tag value)
Sets the value of the '
Tag' containment reference. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TestPackage.getTag_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
TestPackage.getTag_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()Tag getTag()
If the meaning of the 'Tag' containment reference isn't clear, there really should be more of a description here...
setTag(Tag),
TestPackage.getTag_Tag()void setTag(Tag value)
Tag' containment reference.
value - the new value of the 'Tag' containment reference.getTag()<any> getTags()
Tag.
If the meaning of the 'Tags' containment reference list isn't clear, there really should be more of a description here...
TestPackage.getTag_Tags()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
TestPackage.getTag_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Data In Motion Consulting GmbH