com.hammurapi.review
Interface InspectorRelationship

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InspectorRelationshipImpl

public interface InspectorRelationship
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Inspector Relationship'. Relationship between inspectors.

The following features are supported:

See Also:
ReviewPackage.getInspectorRelationship()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 Inspector getSource()
          Returns the value of the 'Source' container reference.
 Inspector getTarget()
          Returns the value of the 'Target' reference.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setSource(Inspector value)
          Sets the value of the 'Source' container reference.
 void setTarget(Inspector value)
          Sets the value of the 'Target' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDescription

String getDescription()
Returns the value of the 'Description' attribute. Relationship description.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ReviewPackage.getInspectorRelationship_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getTarget

Inspector getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Inbound Relationships'.

If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' reference.
See Also:
setTarget(Inspector), ReviewPackage.getInspectorRelationship_Target(), Inspector.getInboundRelationships()

setTarget

void setTarget(Inspector value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()

getSource

Inspector getSource()
Returns the value of the 'Source' container reference. It is bidirectional and its opposite is 'Outbound Relationships'.

If the meaning of the 'Source' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source' container reference.
See Also:
setSource(Inspector), ReviewPackage.getInspectorRelationship_Source(), Inspector.getOutboundRelationships()

setSource

void setSource(Inspector value)
Sets the value of the 'Source' container reference.

Parameters:
value - the new value of the 'Source' container reference.
See Also:
getSource()