|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditRule
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. |
String |
getId()
Returns the value of the 'Id' attribute. |
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(String value)
Sets the value of the ' Id ' attribute. |
void |
setMessage(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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getId()
setId(String)
,
GMFMapPackage.getAuditRule_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
Constraint getRule()
setRule(Constraint)
,
GMFMapPackage.getAuditRule_Rule()
void setRule(Constraint value)
Rule
' containment reference.
value
- the new value of the 'Rule' containment reference.getRule()
Auditable getTarget()
setTarget(Auditable)
,
GMFMapPackage.getAuditRule_Target()
void setTarget(Auditable value)
Target
' containment reference.
value
- the new value of the 'Target' containment reference.getTarget()
Severity getSeverity()
"ERROR"
.
The literals are from the enumeration Severity
.
Describes the severity of this audit rule violation
Severity
,
setSeverity(Severity)
,
GMFMapPackage.getAuditRule_Severity()
void setSeverity(Severity value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.Severity
,
getSeverity()
boolean isUseInLiveMode()
"false"
.
Indicates if this audit should be evaluated also in Live mode. If 'false', only Batch mode is applicable
setUseInLiveMode(boolean)
,
GMFMapPackage.getAuditRule_UseInLiveMode()
void setUseInLiveMode(boolean value)
Use In Live Mode
' attribute.
value
- the new value of the 'Use In Live Mode' attribute.isUseInLiveMode()
String getMessage()
setMessage(String)
,
GMFMapPackage.getAuditRule_Message()
void setMessage(String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
AuditContainer getContainer()
Audits
'.
The containing audit container of this audit rule
setContainer(AuditContainer)
,
GMFMapPackage.getAuditRule_Container()
,
AuditContainer.getAudits()
void setContainer(AuditContainer value)
Container
' container reference.
value
- the new value of the 'Container' container reference.getContainer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |