TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.review
Interface CategoryReview

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

public interface CategoryReview
extends IReview

A representation of the model object 'Category Review'.

The following features are supported:

See Also:
ReviewPackage.getCategoryReview()

Method Summary
 ICategoryDescriptor getCategoryDescriptor()
          Returns the value of the 'Category Descriptor' containment reference.
 void setCategoryDescriptor(ICategoryDescriptor value)
          Sets the value of the 'Category Descriptor' containment reference.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.engine.IReview
getDescription, getName, includes, setDescription, setName
 
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

getCategoryDescriptor

public ICategoryDescriptor getCategoryDescriptor()
Returns the value of the 'Category Descriptor' containment reference.

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

Returns:
the value of the 'Category Descriptor' containment reference.
See Also:
setCategoryDescriptor(ICategoryDescriptor), ReviewPackage.getCategoryReview_CategoryDescriptor()

setCategoryDescriptor

public void setCategoryDescriptor(ICategoryDescriptor value)
Sets the value of the 'Category Descriptor' containment reference.

Parameters:
value - the new value of the 'Category Descriptor' containment reference.
See Also:
getCategoryDescriptor()

TPTP 4.1.0 Platform Project
Public API Specification