Uses of Interface
com.hammurapi.review.InspectorCategory

Packages that use InspectorCategory
com.hammurapi.review   
com.hammurapi.review.impl   
com.hammurapi.review.util   
 

Uses of InspectorCategory in com.hammurapi.review
 

Subinterfaces of InspectorCategory in com.hammurapi.review
 interface ArtifactType
          A representation of the model object 'Artifact Type'.
 

Methods in com.hammurapi.review that return InspectorCategory
 InspectorCategory ReviewFactory.createInspectorCategory()
          Returns a new object of class 'Inspector Category'.
 InspectorCategory Inspector.getCategory()
          Returns the value of the 'Category' reference.
 InspectorCategory InspectorCategory.getExternalParent()
          Returns the value of the 'External Parent' reference.
 InspectorCategory InspectorCategory.getParentCategory()
          Returns the value of the 'Parent Category' container reference.
 

Methods in com.hammurapi.review that return types with arguments of type InspectorCategory
 org.eclipse.emf.common.util.EList<InspectorCategory> GovernanceDomain.getCategories()
          Returns the value of the 'Categories' containment reference list.
 org.eclipse.emf.common.util.EList<InspectorCategory> InspectorSet.getCategories()
          Returns the value of the 'Categories' containment reference list.
 org.eclipse.emf.common.util.EList<InspectorCategory> ToolVersion.getGoverns()
          Returns the value of the 'Governs' reference list.
 org.eclipse.emf.common.util.EList<InspectorCategory> InspectorCategory.getSubCategory()
          Returns the value of the 'Sub Category' containment reference list.
 

Methods in com.hammurapi.review with parameters of type InspectorCategory
 void Inspector.setCategory(InspectorCategory value)
          Sets the value of the 'Category' reference.
 void InspectorCategory.setExternalParent(InspectorCategory value)
          Sets the value of the 'External Parent' reference.
 void InspectorCategory.setParentCategory(InspectorCategory value)
          Sets the value of the 'Parent Category' container reference.
 

Uses of InspectorCategory in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement InspectorCategory
 class ArtifactTypeImpl
          An implementation of the model object 'Artifact Type'.
 class InspectorCategoryImpl
          An implementation of the model object 'Inspector Category'.
 

Fields in com.hammurapi.review.impl declared as InspectorCategory
protected  InspectorCategory InspectorImpl.category
          The cached value of the 'Category' reference.
protected  InspectorCategory InspectorCategoryImpl.externalParent
          The cached value of the 'External Parent' reference.
 

Fields in com.hammurapi.review.impl with type parameters of type InspectorCategory
protected  org.eclipse.emf.common.util.EList<InspectorCategory> GovernanceDomainImpl.categories
          The cached value of the 'Categories' containment reference list.
protected  org.eclipse.emf.common.util.EList<InspectorCategory> InspectorSetImpl.categories
          The cached value of the 'Categories' containment reference list.
protected  org.eclipse.emf.common.util.EList<InspectorCategory> ToolVersionImpl.governs
          The cached value of the 'Governs' reference list.
protected  org.eclipse.emf.common.util.EList<InspectorCategory> InspectorCategoryImpl.subCategory
          The cached value of the 'Sub Category' containment reference list.
 

Methods in com.hammurapi.review.impl that return InspectorCategory
 InspectorCategory InspectorImpl.basicGetCategory()
           
 InspectorCategory InspectorCategoryImpl.basicGetExternalParent()
           
 InspectorCategory ReviewFactoryImpl.createInspectorCategory()
           
 InspectorCategory InspectorImpl.getCategory()
           
 InspectorCategory InspectorCategoryImpl.getExternalParent()
           
 InspectorCategory InspectorCategoryImpl.getParentCategory()
           
 

Methods in com.hammurapi.review.impl that return types with arguments of type InspectorCategory
 org.eclipse.emf.common.util.EList<InspectorCategory> GovernanceDomainImpl.getCategories()
           
 org.eclipse.emf.common.util.EList<InspectorCategory> InspectorSetImpl.getCategories()
           
 org.eclipse.emf.common.util.EList<InspectorCategory> ToolVersionImpl.getGoverns()
           
 org.eclipse.emf.common.util.EList<InspectorCategory> InspectorCategoryImpl.getSubCategory()
           
 

Methods in com.hammurapi.review.impl with parameters of type InspectorCategory
 org.eclipse.emf.common.notify.NotificationChain InspectorImpl.basicSetCategory(InspectorCategory newCategory, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain InspectorCategoryImpl.basicSetParentCategory(InspectorCategory newParentCategory, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InspectorImpl.setCategory(InspectorCategory newCategory)
           
 void InspectorCategoryImpl.setExternalParent(InspectorCategory newExternalParent)
           
 void InspectorCategoryImpl.setParentCategory(InspectorCategory newParentCategory)
           
 

Uses of InspectorCategory in com.hammurapi.review.util
 

Methods in com.hammurapi.review.util with parameters of type InspectorCategory
 T ReviewSwitch.caseInspectorCategory(InspectorCategory object)
          Returns the result of interpreting the object as an instance of 'Inspector Category'.