Package org.eclipse.epf.uma
Interface Reference
- All Superinterfaces:
DiagramElement,Element,org.eclipse.emf.ecore.EObject,MethodElement,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement
- All Known Implementing Classes:
ReferenceImpl
public interface Reference extends DiagramElement
A representation of the model object 'Reference'.
The following features are supported:
- See Also:
UmaPackage.getReference()
-
Method Summary
Modifier and Type Method Description java.lang.BooleangetIsIndividualRepresentation()Returns the value of the 'Is Individual Representation' attribute.DiagramElementgetReferenced()Returns the value of the 'Referenced' reference.voidsetIsIndividualRepresentation(java.lang.Boolean value)Sets the value of the 'Is Individual Representation' attribute.voidsetReferenced(DiagramElement value)Sets the value of the 'Referenced' reference.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisibleMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIsIndividualRepresentation
java.lang.Boolean getIsIndividualRepresentation()Returns the value of the 'Is Individual Representation' attribute. The default value is"false".- Returns:
- the value of the 'Is Individual Representation' attribute.
- See Also:
setIsIndividualRepresentation(Boolean),UmaPackage.getReference_IsIndividualRepresentation()
-
setIsIndividualRepresentation
void setIsIndividualRepresentation(java.lang.Boolean value)Sets the value of the 'Is Individual Representation' attribute.- Parameters:
value- the new value of the 'Is Individual Representation' attribute.- See Also:
getIsIndividualRepresentation()
-
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),UmaPackage.getReference_Referenced(),DiagramElement.getReference()
-
setReferenced
Sets the value of the 'Referenced' reference.- Parameters:
value- the new value of the 'Referenced' reference.- See Also:
getReferenced()
-