Package com.sodius.mdw.metamodel.doors
Interface Link
-
- All Superinterfaces:
AttributedElement
,Comparable<Object>
,DoorsElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface Link extends AttributedElement
A representation of the model object 'Link'.The following features are supported:
- See Also:
DoorsPackage.getLink()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkSet
getLinkSet()
Returns the value of the 'Link Set' container reference.Object
getSource()
Returns the value of the 'Source' reference.Object
getTarget()
Returns the value of the 'Target' reference.void
setLinkSet(LinkSet value)
Sets the value of the 'Link Set
' container reference.void
setSource(Object value)
Sets the value of the 'Source
' reference.void
setTarget(Object value)
Sets the value of the 'Target
' reference.-
Methods inherited from interface com.sodius.mdw.metamodel.doors.AttributedElement
getAttributeValue, getCreatedBy, getCreatedOn, getInstantiatedAttributes, getLastModifiedBy, getLastModifiedOn, setCreatedBy, setCreatedOn, setLastModifiedBy, setLastModifiedOn
-
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
-
getTarget
Object getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'In Links
'.- Returns:
- the value of the 'Target' reference.
- See Also:
setTarget(com.sodius.mdw.metamodel.doors.Object)
,DoorsPackage.getLink_Target()
,Object.getInLinks()
-
setTarget
void setTarget(Object value)
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
getTarget()
-
getSource
Object getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Out Links
'.- Returns:
- the value of the 'Source' reference.
- See Also:
setSource(com.sodius.mdw.metamodel.doors.Object)
,DoorsPackage.getLink_Source()
,Object.getOutLinks()
-
setSource
void setSource(Object value)
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
getSource()
-
getLinkSet
LinkSet getLinkSet()
Returns the value of the 'Link Set' container reference. It is bidirectional and its opposite is 'Links
'.- Returns:
- the value of the 'Link Set' container reference.
- See Also:
setLinkSet(LinkSet)
,DoorsPackage.getLink_LinkSet()
,LinkSet.getLinks()
-
setLinkSet
void setLinkSet(LinkSet value)
Sets the value of the 'Link Set
' container reference.- Parameters:
value
- the new value of the 'Link Set' container reference.- See Also:
getLinkSet()
-
-