|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 | |
java.lang.String |
getConstraintAdapterClassName()
|
java.lang.String |
getConstraintAdapterLocalClassName()
|
java.lang.String |
getConstraintAdapterQualifiedClassName()
|
GenAuditContainer |
getContainer()
Returns the value of the 'Container' container reference. |
java.lang.String |
getContextSelectorClassName()
|
java.lang.String |
getContextSelectorLocalClassName()
|
java.lang.String |
getContextSelectorQualifiedClassName()
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getMessage()
Returns the value of the 'Message' attribute |
GenConstraint |
getRule()
Returns the value of the 'Rule' containment reference |
GenSeverity |
getSeverity()
Returns the value of the 'Severity' attribute. |
GenAuditable |
getTarget()
Returns the value of the 'Target' containment reference |
boolean |
isUseInLiveMode()
Returns the value of the 'Use In Live Mode' attribute. |
boolean |
requiresConstraintAdapter()
|
void |
setContainer(GenAuditContainer value)
Sets the value of the ' Container' container 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' containment 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 |
public 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
GenAuditRule.setId(String),
GMFGenPackage.getGenAuditRule_Id()public void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.GenAuditRule.getId()public java.lang.String getMessage()
GenAuditRule.setMessage(String),
GMFGenPackage.getGenAuditRule_Message()public void setMessage(java.lang.String value)
Message' attribute.
value - the new value of the 'Message' attribute.GenAuditRule.getMessage()public 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
GenAuditRule.setRule(GenConstraint),
GMFGenPackage.getGenAuditRule_Rule()public void setRule(GenConstraint value)
Rule' containment reference.
value - the new value of the 'Rule' containment reference.GenAuditRule.getRule()public GenAuditable getTarget()
GenAuditRule.setTarget(GenAuditable),
GMFGenPackage.getGenAuditRule_Target()public void setTarget(GenAuditable value)
Target' containment reference.
value - the new value of the 'Target' containment reference.GenAuditRule.getTarget()public 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,
GenAuditRule.setSeverity(GenSeverity),
GMFGenPackage.getGenAuditRule_Severity()public void setSeverity(GenSeverity value)
Severity' attribute.
value - the new value of the 'Severity' attribute.GenSeverity,
GenAuditRule.getSeverity()public 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
GenAuditRule.setUseInLiveMode(boolean),
GMFGenPackage.getGenAuditRule_UseInLiveMode()public void setUseInLiveMode(boolean value)
Use In Live Mode' attribute.
value - the new value of the 'Use In Live Mode' attribute.GenAuditRule.isUseInLiveMode()public GenAuditContainer getContainer()
Audits'.
If the meaning of the 'Container' containment reference isn't clear, there really should be more of a description here...
The containing audit container of this audit rule
GenAuditRule.setContainer(GenAuditContainer),
GMFGenPackage.getGenAuditRule_Container(),
GenAuditContainer.getAudits()public void setContainer(GenAuditContainer value)
Container' container reference.
value - the new value of the 'Container' container reference.GenAuditRule.getContainer()public java.lang.String getContextSelectorClassName()
public java.lang.String getContextSelectorQualifiedClassName()
public java.lang.String getContextSelectorLocalClassName()
public java.lang.String getConstraintAdapterLocalClassName()
public java.lang.String getConstraintAdapterClassName()
public java.lang.String getConstraintAdapterQualifiedClassName()
public boolean requiresConstraintAdapter()
|
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.