|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Inspector
A representation of the model object 'Inspector'.
The following features are supported:
ReviewPackage.getInspector()
Method Summary | |
---|---|
InspectorCategory |
getCategory()
Returns the value of the 'Category' reference. |
org.eclipse.emf.common.util.EList<InspectorRelationship> |
getInboundRelationships()
Returns the value of the 'Inbound Relationships' reference list. |
InspectorSet |
getInspectorSet()
Returns the value of the 'Inspector Set' container reference. |
String |
getMessageTemplate()
Returns the value of the 'Message Template' attribute. |
org.eclipse.emf.common.util.EList<InspectorRelationship> |
getOutboundRelationships()
Returns the value of the 'Outbound Relationships' containment reference list. |
Integer |
getSeverity()
Returns the value of the 'Severity' attribute. |
String |
getUid()
Returns the value of the 'Uid' attribute. |
void |
setCategory(InspectorCategory value)
Sets the value of the ' Category ' reference. |
void |
setInspectorSet(InspectorSet value)
Sets the value of the ' Inspector Set ' container reference. |
void |
setMessageTemplate(String value)
Sets the value of the ' Message Template ' attribute. |
void |
setSeverity(Integer value)
Sets the value of the ' Severity ' attribute. |
void |
setUid(String value)
Sets the value of the ' Uid ' 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 |
---|
InspectorCategory getCategory()
Inspectors
'.
Inspector may belong to zero or one category.
setCategory(InspectorCategory)
,
ReviewPackage.getInspector_Category()
,
InspectorCategory.getInspectors()
void setCategory(InspectorCategory value)
Category
' reference.
value
- the new value of the 'Category' reference.getCategory()
String getUid()
setUid(String)
,
ReviewPackage.getInspector_Uid()
void setUid(String value)
Uid
' attribute.
value
- the new value of the 'Uid' attribute.getUid()
Integer getSeverity()
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
setSeverity(Integer)
,
ReviewPackage.getInspector_Severity()
void setSeverity(Integer value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.getSeverity()
String getMessageTemplate()
If the meaning of the 'Message Template' attribute isn't clear, there really should be more of a description here...
setMessageTemplate(String)
,
ReviewPackage.getInspector_MessageTemplate()
void setMessageTemplate(String value)
Message Template
' attribute.
value
- the new value of the 'Message Template' attribute.getMessageTemplate()
InspectorSet getInspectorSet()
Inspectors
'.
If the meaning of the 'Inspector Set' container reference isn't clear, there really should be more of a description here...
setInspectorSet(InspectorSet)
,
ReviewPackage.getInspector_InspectorSet()
,
InspectorSet.getInspectors()
void setInspectorSet(InspectorSet value)
Inspector Set
' container reference.
value
- the new value of the 'Inspector Set' container reference.getInspectorSet()
org.eclipse.emf.common.util.EList<InspectorRelationship> getOutboundRelationships()
InspectorRelationship
.
It is bidirectional and its opposite is 'Source
'.
Inspector can have zero or more relationships with other inspectors.
ReviewPackage.getInspector_OutboundRelationships()
,
InspectorRelationship.getSource()
org.eclipse.emf.common.util.EList<InspectorRelationship> getInboundRelationships()
InspectorRelationship
.
It is bidirectional and its opposite is 'Target
'.
If the meaning of the 'Inbound Relationships' reference list isn't clear, there really should be more of a description here...
ReviewPackage.getInspector_InboundRelationships()
,
InspectorRelationship.getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |