|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.BranchConditionImpl
public class BranchConditionImpl
Implementation of the configuration for a single condition in a BranchingConfig.
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.BranchCondition |
|---|
BRANCH_CONTAINS, BRANCH_ENDS_WITH, BRANCH_EQUALS, BRANCH_EXISTS, BRANCH_GT, BRANCH_GTE, BRANCH_HAS_VALUE, BRANCH_LT, BRANCH_LTE, BRANCH_STARTS_WITH |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
| Constructor Summary | |
|---|---|
BranchConditionImpl()
Default Constructor |
|
BranchConditionImpl(Object data)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
getCaseSensitive()
|
String |
getLeftHand()
|
boolean |
getMatchAny()
|
boolean |
getNegate()
|
String |
getOperator()
|
String |
getRightHand()
|
void |
setCaseSensitive(boolean cs)
Set whether the condition (e.g. |
void |
setLeftHand(String str)
Set the left-hand side of the conditional expression. |
void |
setMatchAny(boolean matchAny)
Sets the match any flag. |
void |
setNegate(boolean negate)
Set whether the condition is negated. |
void |
setOperator(String str)
Set the operator of the conditional expression, e.g. |
void |
setRightHand(String str)
Set the right-hand side of the conditional expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BranchConditionImpl()
public BranchConditionImpl(Object data)
data - TreeMap of attribute/value pairs| Method Detail |
|---|
public String getLeftHand()
getLeftHand in interface BranchConditionpublic void setLeftHand(String str)
setLeftHand in interface BranchConditionstr - The left-hand side of the conditional expression.public String getOperator()
getOperator in interface BranchConditionBranchCondition.BRANCH_EQUALS.public void setOperator(String str)
BranchCondition.BRANCH_EQUALS.
setOperator in interface BranchConditionstr - The name of the conditional operator.public String getRightHand()
getRightHand in interface BranchConditionpublic void setRightHand(String str)
setRightHand in interface BranchConditionstr - The right-hand side of the conditional expression.public boolean getCaseSensitive()
getCaseSensitive in interface BranchConditionpublic void setCaseSensitive(boolean cs)
setCaseSensitive in interface BranchConditioncs - Whether the condition is case sensitive.public boolean getNegate()
getNegate in interface BranchConditionpublic void setNegate(boolean negate)
setNegate in interface BranchConditionnegate - Whether the condition is negated.public boolean getMatchAny()
getMatchAny in interface BranchConditionpublic void setMatchAny(boolean matchAny)
setMatchAny in interface BranchConditionmatchAny - The value of the match any flag.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||