|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenAuditRule
A representation of the model object 'Gen Audit Rule'. Auditing rule in the form of a constraint evaluated against its target
The following features are supported:
GMFGenPackage.getGenAuditRule()
Method Summary | |
---|---|
GenAuditContainer |
getCategory()
Returns the value of the 'Category' reference. |
java.lang.String |
getConstraintAdapterClassName()
|
java.lang.String |
getConstraintAdapterLocalClassName()
|
java.lang.String |
getConstraintAdapterQualifiedClassName()
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getMessage()
Returns the value of the 'Message' attribute |
GenAuditRoot |
getRoot()
Returns the value of the 'Root' container reference. |
GenConstraint |
getRule()
Returns the value of the 'Rule' reference |
GenSeverity |
getSeverity()
Returns the value of the 'Severity' attribute. |
GenAuditable |
getTarget()
Returns the value of the 'Target' containment reference |
boolean |
isRequiresConstraintAdapter()
Returns the value of the 'Requires Constraint Adapter' attribute |
boolean |
isUseInLiveMode()
Returns the value of the 'Use In Live Mode' attribute. |
void |
setCategory(GenAuditContainer value)
Sets the value of the ' Category ' reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setMessage(java.lang.String value)
Sets the value of the ' Message ' attribute |
void |
setRule(GenConstraint value)
Sets the value of the ' Rule ' reference |
void |
setSeverity(GenSeverity value)
Sets the value of the ' Severity ' attribute |
void |
setTarget(GenAuditable value)
Sets the value of the ' Target ' containment reference |
void |
setUseInLiveMode(boolean value)
Sets the value of the ' Use In Live Mode ' attribute |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenRuleBase |
---|
getDescription, getName, 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 |
---|
GenAuditRoot getRoot()
Rules
'.
If the meaning of the 'Root' container reference isn't clear, there really should be more of a description here...
GMFGenPackage.getGenAuditRule_Root()
,
GenAuditRoot.getRules()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
Unique identifier of this audit rule
setId(String)
,
GMFGenPackage.getGenAuditRule_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getMessage()
setMessage(String)
,
GMFGenPackage.getGenAuditRule_Message()
void setMessage(java.lang.String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
GenConstraint getRule()
If the meaning of the 'Rule' reference isn't clear, there really should be more of a description here...
A boolean type condition which if not satisfied indicates this audit rule violation. It is evaluated in the context of the target
setRule(GenConstraint)
,
GMFGenPackage.getGenAuditRule_Rule()
void setRule(GenConstraint value)
Rule
' reference.
value
- the new value of the 'Rule' reference.getRule()
GenAuditable getTarget()
setTarget(GenAuditable)
,
GMFGenPackage.getGenAuditRule_Target()
void setTarget(GenAuditable value)
Target
' containment reference.
value
- the new value of the 'Target' containment reference.getTarget()
GenSeverity getSeverity()
"ERROR"
.
The literals are from the enumeration GenSeverity
.
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
Describes the severity of this audit rule violation
GenSeverity
,
setSeverity(GenSeverity)
,
GMFGenPackage.getGenAuditRule_Severity()
void setSeverity(GenSeverity value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.GenSeverity
,
getSeverity()
boolean isUseInLiveMode()
"false"
.
If the meaning of the 'Use In Live Mode' attribute isn't clear, there really should be more of a description here...
Indicates if this audit should be evaluated also in Live mode. If 'false', only Batch mode is applicable
setUseInLiveMode(boolean)
,
GMFGenPackage.getGenAuditRule_UseInLiveMode()
void setUseInLiveMode(boolean value)
Use In Live Mode
' attribute.
value
- the new value of the 'Use In Live Mode' attribute.isUseInLiveMode()
boolean isRequiresConstraintAdapter()
If the meaning of the 'Requires Constraint Adapter' attribute isn't clear, there really should be more of a description here...
GMFGenPackage.getGenAuditRule_RequiresConstraintAdapter()
GenAuditContainer getCategory()
Audits
'.
If the meaning of the 'Category' reference isn't clear, there really should be more of a description here...
setCategory(GenAuditContainer)
,
GMFGenPackage.getGenAuditRule_Category()
,
GenAuditContainer.getAudits()
void setCategory(GenAuditContainer value)
Category
' reference.
value
- the new value of the 'Category' reference.getCategory()
java.lang.String getConstraintAdapterQualifiedClassName()
java.lang.String getConstraintAdapterLocalClassName()
java.lang.String getConstraintAdapterClassName()
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.