|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Module
A representation of the model object 'Module'. Module defines a set of source and inspector sets to use on these sources.
The following features are supported:
ReviewPackage.getModule()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<Path> |
getClassPath()
Returns the value of the 'Class Path' containment reference list. |
String |
getDescription()
Returns the value of the 'Description' attribute. |
org.eclipse.emf.common.util.EList<InspectorSet> |
getInspectorSet()
Returns the value of the 'Inspector Set' reference list. |
org.eclipse.emf.common.util.EList<Object> |
getModel()
Returns the value of the 'Model' attribute list. |
String |
getName()
Returns the value of the 'Name' attribute. |
org.eclipse.emf.common.util.EList<Factory> |
getSource()
Returns the value of the 'Source' containment reference list. |
void |
setDescription(String value)
Sets the value of the ' Description' attribute. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
| 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<InspectorSet> getInspectorSet()
InspectorSet.
Module is reviewed by one or more inspector sets.
ReviewPackage.getModule_InspectorSet()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ReviewPackage.getModule_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
ReviewPackage.getModule_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()org.eclipse.emf.common.util.EList<Factory> getSource()
Factory.
Module consists of several source definitions.
ReviewPackage.getModule_Source()org.eclipse.emf.common.util.EList<Path> getClassPath()
Path.
If the meaning of the 'Class Path' containment reference list isn't clear, there really should be more of a description here...
ReviewPackage.getModule_ClassPath()org.eclipse.emf.common.util.EList<Object> getModel()
Object.
Review driver sets this attribute after instantiation of the model from the source.
ReviewPackage.getModule_Model()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||