public class OnTriggerMergeMatched extends Object implements Serializable
Constructor and Description |
---|
OnTriggerMergeMatched(boolean matchedUnmatched,
ExprNode optionalMatchCond,
List<OnTriggerMergeAction> actions) |
Modifier and Type | Method and Description |
---|---|
List<OnTriggerMergeAction> |
getActions() |
ExprNode |
getOptionalMatchCond() |
boolean |
isMatchedUnmatched() |
void |
setOptionalMatchCond(ExprNode optionalMatchCond) |
public OnTriggerMergeMatched(boolean matchedUnmatched, ExprNode optionalMatchCond, List<OnTriggerMergeAction> actions)
public ExprNode getOptionalMatchCond()
public void setOptionalMatchCond(ExprNode optionalMatchCond)
public boolean isMatchedUnmatched()
public List<OnTriggerMergeAction> getActions()