com.hammurapi.review
Interface ToolVersion

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

public interface ToolVersion
extends GovernanaceObject

A representation of the model object 'Tool Version'.

The following features are supported:

See Also:
ReviewPackage.getToolVersion()

Method Summary
 org.eclipse.emf.common.util.EList<Governor> getEnforces()
          Returns the value of the 'Enforces' reference list.
 org.eclipse.emf.common.util.EList<InspectorCategory> getGoverns()
          Returns the value of the 'Governs' reference list.
 org.eclipse.emf.common.util.EList<Identity> getIdentity()
          Returns the value of the 'Identity' containment reference list.
 Tool getTool()
          Returns the value of the 'Tool' container reference.
 void setTool(Tool value)
          Sets the value of the 'Tool' container reference.
 
Methods inherited from interface com.hammurapi.review.GovernanaceObject
getDescription, getHomePage, getName, getReferences, getUid, setDescription, setHomePage, setName, setUid
 
Methods inherited from interface com.hammurapi.party.CommonObject
getRoles
 
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

getIdentity

org.eclipse.emf.common.util.EList<Identity> getIdentity()
Returns the value of the 'Identity' containment reference list. The list contents are of type Identity. External version identities, e.g. registration number of the version in the company's inventory system.

Returns:
the value of the 'Identity' containment reference list.
See Also:
ReviewPackage.getToolVersion_Identity()

getGoverns

org.eclipse.emf.common.util.EList<InspectorCategory> getGoverns()
Returns the value of the 'Governs' reference list. The list contents are of type InspectorCategory. It is bidirectional and its opposite is 'Governed By'.

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

Returns:
the value of the 'Governs' reference list.
See Also:
ReviewPackage.getToolVersion_Governs(), InspectorCategory.getGovernedBy()

getEnforces

org.eclipse.emf.common.util.EList<Governor> getEnforces()
Returns the value of the 'Enforces' reference list. The list contents are of type Governor. It is bidirectional and its opposite is 'Enforced By'. Inspectors (guidelines) and inspector sets enforced by this tool.

Returns:
the value of the 'Enforces' reference list.
See Also:
ReviewPackage.getToolVersion_Enforces(), Governor.getEnforcedBy()

getTool

Tool getTool()
Returns the value of the 'Tool' container reference. It is bidirectional and its opposite is 'Versions'.

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

Returns:
the value of the 'Tool' container reference.
See Also:
setTool(Tool), ReviewPackage.getToolVersion_Tool(), Tool.getVersions()

setTool

void setTool(Tool value)
Sets the value of the 'Tool' container reference.

Parameters:
value - the new value of the 'Tool' container reference.
See Also:
getTool()