|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Audit Rule'.
The following features are supported:
GMFMapPackage.getAuditRule()| Method Summary | |
AuditContainer |
getContainer()
Returns the value of the 'Container' container reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getMessage()
Returns the value of the 'Message' attribute |
Constraint |
getRule()
Returns the value of the 'Rule' containment reference |
Severity |
getSeverity()
Returns the value of the 'Severity' attribute. |
Auditable |
getTarget()
Returns the value of the 'Target' containment reference |
boolean |
isUseInLiveMode()
Returns the value of the 'Use In Live Mode' attribute. |
void |
setContainer(AuditContainer 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(Constraint value)
Sets the value of the ' Rule' containment reference |
void |
setSeverity(Severity value)
Sets the value of the ' Severity' attribute |
void |
setTarget(Auditable 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.mappings.RuleBase |
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()
AuditRule.setId(String),
GMFMapPackage.getAuditRule_Id()public void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.AuditRule.getId()public Constraint getRule()
AuditRule.setRule(Constraint),
GMFMapPackage.getAuditRule_Rule()public void setRule(Constraint value)
Rule' containment reference.
value - the new value of the 'Rule' containment reference.AuditRule.getRule()public Auditable getTarget()
AuditRule.setTarget(Auditable),
GMFMapPackage.getAuditRule_Target()public void setTarget(Auditable value)
Target' containment reference.
value - the new value of the 'Target' containment reference.AuditRule.getTarget()public Severity getSeverity()
"ERROR".
The literals are from the enumeration Severity.
Describes the severity of this audit rule violation
Severity,
AuditRule.setSeverity(Severity),
GMFMapPackage.getAuditRule_Severity()public void setSeverity(Severity value)
Severity' attribute.
value - the new value of the 'Severity' attribute.Severity,
AuditRule.getSeverity()public boolean isUseInLiveMode()
"false".
Indicates if this audit should be evaluated also in Live mode. If 'false', only Batch mode is applicable
AuditRule.setUseInLiveMode(boolean),
GMFMapPackage.getAuditRule_UseInLiveMode()public void setUseInLiveMode(boolean value)
Use In Live Mode' attribute.
value - the new value of the 'Use In Live Mode' attribute.AuditRule.isUseInLiveMode()public java.lang.String getMessage()
AuditRule.setMessage(String),
GMFMapPackage.getAuditRule_Message()public void setMessage(java.lang.String value)
Message' attribute.
value - the new value of the 'Message' attribute.AuditRule.getMessage()public AuditContainer getContainer()
Audits'.
The containing audit container of this audit rule
AuditRule.setContainer(AuditContainer),
GMFMapPackage.getAuditRule_Container(),
AuditContainer.getAudits()public void setContainer(AuditContainer value)
Container' container reference.
value - the new value of the 'Container' container reference.AuditRule.getContainer()
|
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.