public interface Tag extends Variable
The following features are supported:
RhapsodyPackage.getTag()
Modifier and Type | Method and Description |
---|---|
Tag |
getBase()
Returns the value of the 'Base' reference.
|
Profile |
getFromProfile()
Returns the value of the 'From Profile' reference.
|
java.lang.String |
getMultiplicity()
Returns the value of the 'Multiplicity' attribute.
|
java.lang.String |
getTagMetaClass()
Returns the value of the 'Tag Meta Class' attribute.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
MDWEList |
getValueSpecification()
Returns the value of the 'Value Specification' reference list.
|
void |
setBase(Tag value)
Sets the value of the '
Base ' reference. |
void |
setFromProfile(Profile value)
Sets the value of the '
From Profile ' reference. |
void |
setMultiplicity(java.lang.String value)
Sets the value of the '
Multiplicity ' attribute. |
void |
setTagMetaClass(java.lang.String value)
Sets the value of the '
Tag Meta Class ' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute. |
getDeclaration, getDefaultValue, getType, setDeclaration, setDefaultValue, setType
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
java.lang.String getTagMetaClass()
""
.
setTagMetaClass(String)
,
RhapsodyPackage.getTag_TagMetaClass()
void setTagMetaClass(java.lang.String value)
Tag Meta Class
' attribute.
value
- the new value of the 'Tag Meta Class' attribute.getTagMetaClass()
java.lang.String getValue()
""
.
setValue(String)
,
RhapsodyPackage.getTag_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getMultiplicity()
""
.
setMultiplicity(String)
,
RhapsodyPackage.getTag_Multiplicity()
void setMultiplicity(java.lang.String value)
Multiplicity
' attribute.
value
- the new value of the 'Multiplicity' attribute.getMultiplicity()
Profile getFromProfile()
setFromProfile(Profile)
,
RhapsodyPackage.getTag_FromProfile()
void setFromProfile(Profile value)
From Profile
' reference.
value
- the new value of the 'From Profile' reference.getFromProfile()
Tag getBase()
setBase(Tag)
,
RhapsodyPackage.getTag_Base()
void setBase(Tag value)
Base
' reference.
value
- the new value of the 'Base' reference.getBase()
MDWEList getValueSpecification()
ValueSpecification
.
RhapsodyPackage.getTag_ValueSpecification()