|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InspectorRelationship
A representation of the model object 'Inspector Relationship'. Relationship between inspectors.
The following features are supported:
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 |
---|
String getDescription()
setDescription(String)
,
ReviewPackage.getInspectorRelationship_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
Inspector getTarget()
Inbound Relationships
'.
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(Inspector)
,
ReviewPackage.getInspectorRelationship_Target()
,
Inspector.getInboundRelationships()
void setTarget(Inspector value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
Inspector getSource()
Outbound Relationships
'.
If the meaning of the 'Source' container reference isn't clear, there really should be more of a description here...
setSource(Inspector)
,
ReviewPackage.getInspectorRelationship_Source()
,
Inspector.getOutboundRelationships()
void setSource(Inspector value)
Source
' container reference.
value
- the new value of the 'Source' container reference.getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |