|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmTrigger
Trigger object instance interface. An action run by the DBMS when specified events occur on the table owning the Trigger
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
CwmBooleanExpression |
getActionCondition()
Returns the value of attribute actionCondition. |
ActionOrientationType |
getActionOrientation()
Returns the value of attribute actionOrientation. |
CwmProcedureExpression |
getActionStatement()
Returns the value of attribute actionStatement. |
String |
getConditionReferenceNewTable()
Returns the value of attribute conditionReferenceNewTable. |
String |
getConditionReferenceOldTable()
Returns the value of attribute conditionReferenceOldTable. |
ConditionTimingType |
getConditionTiming()
Returns the value of attribute conditionTiming. |
EventManipulationType |
getEventManipulation()
Returns the value of attribute eventManipulation. |
CwmTable |
getTable()
Returns the value of reference table. |
Collection<CwmNamedColumnSet> |
getUsedColumnSet()
Returns the value of reference usedColumnSet. |
void |
setActionCondition(CwmBooleanExpression newValue)
Sets the value of actionCondition attribute. |
void |
setActionOrientation(ActionOrientationType newValue)
Sets the value of actionOrientation attribute. |
void |
setActionStatement(CwmProcedureExpression newValue)
Sets the value of actionStatement attribute. |
void |
setConditionReferenceNewTable(String newValue)
Sets the value of conditionReferenceNewTable attribute. |
void |
setConditionReferenceOldTable(String newValue)
Sets the value of conditionReferenceOldTable attribute. |
void |
setConditionTiming(ConditionTimingType newValue)
Sets the value of conditionTiming attribute. |
void |
setEventManipulation(EventManipulationType newValue)
Sets the value of eventManipulation attribute. |
void |
setTable(CwmTable newValue)
Sets the value of table reference. |
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement |
---|
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
---|
EventManipulationType getEventManipulation()
void setEventManipulation(EventManipulationType newValue)
getEventManipulation()
for description on the attribute.
newValue
- New value to be set.CwmBooleanExpression getActionCondition()
void setActionCondition(CwmBooleanExpression newValue)
getActionCondition()
for description on the attribute.
newValue
- New value to be set.CwmProcedureExpression getActionStatement()
void setActionStatement(CwmProcedureExpression newValue)
getActionStatement()
for description on the attribute.
newValue
- New value to be set.ActionOrientationType getActionOrientation()
void setActionOrientation(ActionOrientationType newValue)
getActionOrientation()
for description on the attribute.
newValue
- New value to be set.ConditionTimingType getConditionTiming()
void setConditionTiming(ConditionTimingType newValue)
getConditionTiming()
for description on the attribute.
newValue
- New value to be set.String getConditionReferenceNewTable()
void setConditionReferenceNewTable(String newValue)
getConditionReferenceNewTable()
for description on the attribute.
newValue
- New value to be set.String getConditionReferenceOldTable()
void setConditionReferenceOldTable(String newValue)
getConditionReferenceOldTable()
for description on the attribute.
newValue
- New value to be set.CwmTable getTable()
void setTable(CwmTable newValue)
getTable()
for
description on the attribute.
newValue
- New value to be set.Collection<CwmNamedColumnSet> getUsedColumnSet()
CwmNamedColumnSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |