Package com.sodius.mdw.metamodel.uml21
Interface Reference
-
- All Superinterfaces:
Comparable<Object>,DiagramElement,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier
public interface Reference extends DiagramElement
A representation of the model object 'Reference'.The following features are supported:
- See Also:
UMLPackage.getReference()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiagramElementgetReferenced()Returns the value of the 'Referenced' reference.booleanisIndividualRepresentation()Returns the value of the 'Is Individual Representation' attribute.booleanisSetIsIndividualRepresentation()Returns whether the value of the 'Is Individual Representation' attribute is set.voidsetIsIndividualRepresentation(boolean value)Sets the value of the 'Is Individual Representation' attribute.voidsetReferenced(DiagramElement value)Sets the value of the 'Referenced' reference.voidunsetIsIndividualRepresentation()Unsets the value of the 'Is Individual Representation' attribute.-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.DiagramElement
getContainer, getDiagram, getProperty, getProperty, getProperty, getProperty, getReference, isSetIsVisible, isVisible, removeProperty, setContainer, setIsVisible, setProperty, setProperty, unsetIsVisible
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getReferenced
DiagramElement getReferenced()
Returns the value of the 'Referenced' reference. It is bidirectional and its opposite is 'Reference'.- Returns:
- the value of the 'Referenced' reference.
- See Also:
setReferenced(DiagramElement),UMLPackage.getReference_Referenced(),DiagramElement.getReference()
-
setReferenced
void setReferenced(DiagramElement value)
Sets the value of the 'Referenced' reference.- Parameters:
value- the new value of the 'Referenced' reference.- See Also:
getReferenced()
-
isIndividualRepresentation
boolean isIndividualRepresentation()
Returns the value of the 'Is Individual Representation' attribute.- Returns:
- the value of the 'Is Individual Representation' attribute.
- See Also:
isSetIsIndividualRepresentation(),unsetIsIndividualRepresentation(),setIsIndividualRepresentation(boolean),UMLPackage.getReference_IsIndividualRepresentation()
-
setIsIndividualRepresentation
void setIsIndividualRepresentation(boolean value)
Sets the value of the 'Is Individual Representation' attribute.- Parameters:
value- the new value of the 'Is Individual Representation' attribute.- See Also:
isSetIsIndividualRepresentation(),unsetIsIndividualRepresentation(),isIndividualRepresentation()
-
unsetIsIndividualRepresentation
void unsetIsIndividualRepresentation()
Unsets the value of the 'Is Individual Representation' attribute.
-
isSetIsIndividualRepresentation
boolean isSetIsIndividualRepresentation()
Returns whether the value of the 'Is Individual Representation' attribute is set.- Returns:
- whether the value of the 'Is Individual Representation' attribute is set.
- See Also:
unsetIsIndividualRepresentation(),isIndividualRepresentation(),setIsIndividualRepresentation(boolean)
-
-