|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InspectorCategory
A representation of the model object 'Inspector Category'. Inspector category.
The following features are supported:
ReviewPackage.getInspectorCategory()
Method Summary | |
---|---|
InspectorCategory |
getExternalParent()
Returns the value of the 'External Parent' reference. |
org.eclipse.emf.common.util.EList<ToolVersion> |
getGovernedBy()
Returns the value of the 'Governed By' reference list. |
org.eclipse.emf.common.util.EList<Inspector> |
getInspectors()
Returns the value of the 'Inspectors' reference list. |
InspectorCategory |
getParentCategory()
Returns the value of the 'Parent Category' container reference. |
String |
getPath()
Category path. |
org.eclipse.emf.common.util.EList<InspectorCategory> |
getSubCategory()
Returns the value of the 'Sub Category' containment reference list. |
void |
setExternalParent(InspectorCategory value)
Sets the value of the ' External Parent ' reference. |
void |
setParentCategory(InspectorCategory value)
Sets the value of the ' Parent Category ' 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 |
---|
org.eclipse.emf.common.util.EList<InspectorCategory> getSubCategory()
InspectorCategory
.
It is bidirectional and its opposite is 'Parent Category
'.
If the meaning of the 'Sub Category' containment reference list isn't clear, there really should be more of a description here...
ReviewPackage.getInspectorCategory_SubCategory()
,
getParentCategory()
InspectorCategory getParentCategory()
Sub Category
'.
Categories may form a hierarchy, e.g. Java/J2EE/EJB.
setParentCategory(InspectorCategory)
,
ReviewPackage.getInspectorCategory_ParentCategory()
,
getSubCategory()
void setParentCategory(InspectorCategory value)
Parent Category
' container reference.
value
- the new value of the 'Parent Category' container reference.getParentCategory()
InspectorCategory getExternalParent()
setExternalParent(InspectorCategory)
,
ReviewPackage.getInspectorCategory_ExternalParent()
void setExternalParent(InspectorCategory value)
External Parent
' reference.
value
- the new value of the 'External Parent' reference.getExternalParent()
org.eclipse.emf.common.util.EList<ToolVersion> getGovernedBy()
ToolVersion
.
It is bidirectional and its opposite is 'Governs
'.
If the meaning of the 'Governed By' reference list isn't clear, there really should be more of a description here...
ReviewPackage.getInspectorCategory_GovernedBy()
,
ToolVersion.getGoverns()
org.eclipse.emf.common.util.EList<Inspector> getInspectors()
Inspector
.
It is bidirectional and its opposite is 'Category
'.
If the meaning of the 'Inspectors' reference list isn't clear, there really should be more of a description here...
ReviewPackage.getInspectorCategory_Inspectors()
,
Inspector.getCategory()
String getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |