|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InspectorSet
A representation of the model object 'Inspector Set'. A collection of inspector definitions. Also contains inspector categories.
The following features are supported:
ReviewPackage.getInspectorSet()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<InspectorSet> |
getBase()
Returns the value of the 'Base' reference list. |
org.eclipse.emf.common.util.EList<InspectorCategory> |
getCategories()
Returns the value of the 'Categories' containment reference list. |
org.eclipse.emf.common.util.EList<Inspector> |
getIncludedInspectors()
Returns the value of the 'Included Inspectors' reference list. |
org.eclipse.emf.common.util.EList<Inspector> |
getInspectors()
Returns the value of the 'Inspectors' containment reference list. |
String |
getVersion()
Returns the value of the 'Version' attribute. |
void |
setVersion(String value)
Sets the value of the ' Version ' attribute. |
Methods inherited from interface com.hammurapi.review.Governor |
---|
getEnforcedBy, getLanguageModules |
Methods inherited from interface com.hammurapi.config.Named |
---|
getName, inject, isRuntime, setName, setRuntime |
Methods inherited from interface com.hammurapi.config.ObjectDefinition |
---|
getConstructor, getType, getValue, setConstructor, setType, setValue |
Methods inherited from interface com.hammurapi.config.Factory |
---|
compile, create, getConfigScript, getDescription, getHomePage, getId, getService, getSource, getSupportedExecutionEnvironments, isEnabled, setConfigScript, setDescription, setEnabled, setHomePage, setId |
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 |
Methods inherited from interface com.hammurapi.config.PropertySource |
---|
getClassPath, getProfile, getProperty, injectProperties |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Inspector> getInspectors()
Inspector
.
It is bidirectional and its opposite is 'Inspector Set
'.
Inspector set contains one or more inspectors.
ReviewPackage.getInspectorSet_Inspectors()
,
Inspector.getInspectorSet()
org.eclipse.emf.common.util.EList<InspectorCategory> getCategories()
InspectorCategory
.
Inspector set contains definitions of inspector categories referenced by inspectors.
ReviewPackage.getInspectorSet_Categories()
org.eclipse.emf.common.util.EList<InspectorSet> getBase()
InspectorSet
.
Inspector set can extend other inspector sets. Inspectors from base inspector sets are added to the extending inspector set. Inspector set level definitions from bases are ignored.
ReviewPackage.getInspectorSet_Base()
String getVersion()
setVersion(String)
,
ReviewPackage.getInspectorSet_Version()
void setVersion(String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
org.eclipse.emf.common.util.EList<Inspector> getIncludedInspectors()
Inspector
.
Inspectors defined in external inspector sets and included into this inspector set by reference. This feature allows to include individual externally defined inspectors into an inspector set.
ReviewPackage.getInspectorSet_IncludedInspectors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |