public interface Variable extends ModelElement
The following features are supported:
RhapsodyPackage.getVariable()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeclaration()
Returns the value of the 'Declaration' attribute.
|
java.lang.String |
getDefaultValue()
Returns the value of the 'Default Value' attribute.
|
Classifier |
getType()
Returns the value of the 'Type' reference.
|
void |
setDeclaration(java.lang.String value)
Sets the value of the '
Declaration ' attribute. |
void |
setDefaultValue(java.lang.String value)
Sets the value of the '
Default Value ' attribute. |
void |
setType(Classifier value)
Sets the value of the '
Type ' reference. |
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
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
java.lang.String getDeclaration()
""
.
setDeclaration(String)
,
RhapsodyPackage.getVariable_Declaration()
void setDeclaration(java.lang.String value)
Declaration
' attribute.
value
- the new value of the 'Declaration' attribute.getDeclaration()
java.lang.String getDefaultValue()
""
.
setDefaultValue(String)
,
RhapsodyPackage.getVariable_DefaultValue()
void setDefaultValue(java.lang.String value)
Default Value
' attribute.
value
- the new value of the 'Default Value' attribute.getDefaultValue()
Classifier getType()
setType(Classifier)
,
RhapsodyPackage.getVariable_Type()
void setType(Classifier value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()