public interface Generalization extends ModelElement
The following features are supported:
RhapsodyPackage.getGeneralization()
Modifier and Type | Method and Description |
---|---|
Classifier |
getBaseClass()
Returns the value of the 'Base Class' reference.
|
Classifier |
getDerivedClass()
Returns the value of the 'Derived Class' reference.
|
java.lang.String |
getExtensionPoint()
Returns the value of the 'Extension Point' attribute.
|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isVirtual()
Returns the value of the 'Is Virtual' attribute.
|
void |
setBaseClass(Classifier value)
Sets the value of the '
Base Class ' reference. |
void |
setDerivedClass(Classifier value)
Sets the value of the '
Derived Class ' reference. |
void |
setExtensionPoint(java.lang.String value)
Sets the value of the '
Extension Point ' attribute. |
void |
setIsVirtual(boolean value)
Sets the value of the '
Is Virtual ' attribute. |
void |
setVisibility(VisibilityKind value)
Sets the value of the '
Visibility ' 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
VisibilityKind getVisibility()
""
.
The literals are from the enumeration VisibilityKind
.
VisibilityKind
,
setVisibility(VisibilityKind)
,
RhapsodyPackage.getGeneralization_Visibility()
void setVisibility(VisibilityKind value)
Visibility
' attribute.
value
- the new value of the 'Visibility' attribute.VisibilityKind
,
getVisibility()
boolean isVirtual()
setIsVirtual(boolean)
,
RhapsodyPackage.getGeneralization_IsVirtual()
void setIsVirtual(boolean value)
Is Virtual
' attribute.
value
- the new value of the 'Is Virtual' attribute.isVirtual()
java.lang.String getExtensionPoint()
""
.
setExtensionPoint(String)
,
RhapsodyPackage.getGeneralization_ExtensionPoint()
void setExtensionPoint(java.lang.String value)
Extension Point
' attribute.
value
- the new value of the 'Extension Point' attribute.getExtensionPoint()
Classifier getBaseClass()
setBaseClass(Classifier)
,
RhapsodyPackage.getGeneralization_BaseClass()
void setBaseClass(Classifier value)
Base Class
' reference.
value
- the new value of the 'Base Class' reference.getBaseClass()
Classifier getDerivedClass()
Generalizations
'.
setDerivedClass(Classifier)
,
RhapsodyPackage.getGeneralization_DerivedClass()
,
Classifier.getGeneralizations()
void setDerivedClass(Classifier value)
Derived Class
' reference.
value
- the new value of the 'Derived Class' reference.getDerivedClass()