public interface ClassifierRole extends ModelElement
The following features are supported:
RhapsodyPackage.getClassifierRole()
Modifier and Type | Method and Description |
---|---|
Classifier |
getFormalClassifier()
Returns the value of the 'Formal Classifier' reference.
|
Instance |
getFormalInstance()
Returns the value of the 'Formal Instance' reference.
|
SequenceDiagram |
getReferencedSequenceDiagram()
Returns the value of the 'Referenced Sequence Diagram' reference.
|
RoleKind |
getRoleType()
Returns the value of the 'Role Type' attribute.
|
void |
setFormalClassifier(Classifier value)
Sets the value of the '
Formal Classifier ' reference. |
void |
setFormalInstance(Instance value)
Sets the value of the '
Formal Instance ' reference. |
void |
setReferencedSequenceDiagram(SequenceDiagram value)
Sets the value of the '
Referenced Sequence Diagram ' reference. |
void |
setRoleType(RoleKind value)
Sets the value of the '
Role Type ' attribute. |
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
RoleKind getRoleType()
""
.
The literals are from the enumeration RoleKind
.
RoleKind
,
setRoleType(RoleKind)
,
RhapsodyPackage.getClassifierRole_RoleType()
void setRoleType(RoleKind value)
Role Type
' attribute.
value
- the new value of the 'Role Type' attribute.RoleKind
,
getRoleType()
Classifier getFormalClassifier()
setFormalClassifier(Classifier)
,
RhapsodyPackage.getClassifierRole_FormalClassifier()
void setFormalClassifier(Classifier value)
Formal Classifier
' reference.
value
- the new value of the 'Formal Classifier' reference.getFormalClassifier()
SequenceDiagram getReferencedSequenceDiagram()
setReferencedSequenceDiagram(SequenceDiagram)
,
RhapsodyPackage.getClassifierRole_ReferencedSequenceDiagram()
void setReferencedSequenceDiagram(SequenceDiagram value)
Referenced Sequence Diagram
' reference.
value
- the new value of the 'Referenced Sequence Diagram' reference.getReferencedSequenceDiagram()
Instance getFormalInstance()
setFormalInstance(Instance)
,
RhapsodyPackage.getClassifierRole_FormalInstance()
void setFormalInstance(Instance value)
Formal Instance
' reference.
value
- the new value of the 'Formal Instance' reference.getFormalInstance()