public interface Attribute extends Variable
The following features are supported:
RhapsodyPackage.getAttribute()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMultiplicity()
Returns the value of the 'Multiplicity' attribute.
|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isConstant()
Returns the value of the 'Is Constant' attribute.
|
boolean |
isOrdered()
Returns the value of the 'Is Ordered' attribute.
|
boolean |
isReference()
Returns the value of the 'Is Reference' attribute.
|
boolean |
isStatic()
Returns the value of the 'Is Static' attribute.
|
void |
setIsConstant(boolean value)
Sets the value of the '
Is Constant ' attribute. |
void |
setIsOrdered(boolean value)
Sets the value of the '
Is Ordered ' attribute. |
void |
setIsReference(boolean value)
Sets the value of the '
Is Reference ' attribute. |
void |
setIsStatic(boolean value)
Sets the value of the '
Is Static ' attribute. |
void |
setMultiplicity(java.lang.String value)
Sets the value of the '
Multiplicity ' attribute. |
void |
setVisibility(VisibilityKind value)
Sets the value of the '
Visibility ' 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
VisibilityKind getVisibility()
""
.
The literals are from the enumeration VisibilityKind
.
VisibilityKind
,
setVisibility(VisibilityKind)
,
RhapsodyPackage.getAttribute_Visibility()
void setVisibility(VisibilityKind value)
Visibility
' attribute.
value
- the new value of the 'Visibility' attribute.VisibilityKind
,
getVisibility()
boolean isStatic()
setIsStatic(boolean)
,
RhapsodyPackage.getAttribute_IsStatic()
void setIsStatic(boolean value)
Is Static
' attribute.
value
- the new value of the 'Is Static' attribute.isStatic()
java.lang.String getMultiplicity()
""
.
setMultiplicity(String)
,
RhapsodyPackage.getAttribute_Multiplicity()
void setMultiplicity(java.lang.String value)
Multiplicity
' attribute.
value
- the new value of the 'Multiplicity' attribute.getMultiplicity()
boolean isOrdered()
setIsOrdered(boolean)
,
RhapsodyPackage.getAttribute_IsOrdered()
void setIsOrdered(boolean value)
Is Ordered
' attribute.
value
- the new value of the 'Is Ordered' attribute.isOrdered()
boolean isReference()
setIsReference(boolean)
,
RhapsodyPackage.getAttribute_IsReference()
void setIsReference(boolean value)
Is Reference
' attribute.
value
- the new value of the 'Is Reference' attribute.isReference()
boolean isConstant()
setIsConstant(boolean)
,
RhapsodyPackage.getAttribute_IsConstant()
void setIsConstant(boolean value)
Is Constant
' attribute.
value
- the new value of the 'Is Constant' attribute.isConstant()