|
||||||||||
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(java.lang.Object data)
Constructor. |
Method Summary | |
---|---|
boolean |
getCaseSensitive()
|
java.lang.Object |
getClone()
|
java.lang.String |
getLeftHand()
|
boolean |
getNegate()
|
java.lang.String |
getOperator()
|
java.lang.String |
getRightHand()
|
void |
setCaseSensitive(boolean cs)
Set whether the condition (e.g. |
void |
setLeftHand(java.lang.String str)
Set the left-hand side of the conditional expression. |
void |
setNegate(boolean negate)
Set whether the condition is negated. |
void |
setOperator(java.lang.String str)
Set the operator of the conditional expression, e.g. |
void |
setRightHand(java.lang.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(java.lang.Object data)
data
- TreeMap of attribute/value pairsMethod Detail |
---|
public java.lang.String getLeftHand()
getLeftHand
in interface BranchCondition
public void setLeftHand(java.lang.String str)
setLeftHand
in interface BranchCondition
str
- The left-hand side of the conditional expression.public java.lang.String getOperator()
getOperator
in interface BranchCondition
BranchCondition.BRANCH_EQUALS
.public void setOperator(java.lang.String str)
BranchCondition.BRANCH_EQUALS
.
setOperator
in interface BranchCondition
str
- The name of the conditional operator.public java.lang.String getRightHand()
getRightHand
in interface BranchCondition
public void setRightHand(java.lang.String str)
setRightHand
in interface BranchCondition
str
- The right-hand side of the conditional expression.public boolean getCaseSensitive()
getCaseSensitive
in interface BranchCondition
public void setCaseSensitive(boolean cs)
setCaseSensitive
in interface BranchCondition
cs
- Whether the condition is case sensitive.public boolean getNegate()
getNegate
in interface BranchCondition
public void setNegate(boolean negate)
setNegate
in interface BranchCondition
negate
- Whether the condition is negated.public java.lang.Object getClone() throws java.lang.Exception
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |