public interface Reference extends DiagramElement
The following features are supported:
UMLPackage.getReference()
Modifier and Type | Method and Description |
---|---|
DiagramElement |
getReferenced()
Returns the value of the 'Referenced' reference.
|
boolean |
isIndividualRepresentation()
Returns the value of the 'Is Individual Representation' attribute
|
boolean |
isSetIsIndividualRepresentation()
Returns whether the value of the '
Is Individual Representation ' attribute is set |
void |
setIsIndividualRepresentation(boolean value)
Sets the value of the '
Is Individual Representation '
attribute |
void |
setReferenced(DiagramElement value)
Sets the value of the '
Referenced ' reference |
void |
unsetIsIndividualRepresentation()
Unsets the value of the '
Is Individual Representation '
attribute |
getContainer, getDiagram, getProperty, getProperty, getProperty, getProperty, getReference, isSetIsVisible, isVisible, removeProperty, setContainer, setIsVisible, setProperty, setProperty, unsetIsVisible
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
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
DiagramElement getReferenced()
Reference
'.
setReferenced(DiagramElement)
,
UMLPackage.getReference_Referenced()
,
DiagramElement.getReference()
void setReferenced(DiagramElement value)
Referenced
' reference.
value
- the new value of the 'Referenced' reference.getReferenced()
boolean isIndividualRepresentation()
isSetIsIndividualRepresentation()
,
unsetIsIndividualRepresentation()
,
setIsIndividualRepresentation(boolean)
,
UMLPackage.getReference_IsIndividualRepresentation()
void setIsIndividualRepresentation(boolean value)
Is Individual Representation
'
attribute.
value
- the new value of the 'Is Individual Representation' attribute.isSetIsIndividualRepresentation()
,
unsetIsIndividualRepresentation()
,
isIndividualRepresentation()
void unsetIsIndividualRepresentation()
Is Individual Representation
'
attribute.
boolean isSetIsIndividualRepresentation()
Is Individual Representation
' attribute is set.
unsetIsIndividualRepresentation()
,
isIndividualRepresentation()
,
setIsIndividualRepresentation(boolean)