|
||||||||||
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
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 |
---|
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, SUBTREE |
Constructor Summary | |
---|---|
BranchConditionImpl()
Default Constructor |
|
BranchConditionImpl(Object data)
|
Method Summary | |
---|---|
boolean |
getCaseSensitive()
Returns the case sensitivity flag |
Object |
getClone()
Returns a cloned version of this object. |
String |
getLeftHand()
Returns the left-hand side of the conditional expression |
boolean |
getNegate()
Returns the negate flag |
String |
getOperator()
Returns the operator |
String |
getRightHand()
Returns the right-hand side of the conditional expression |
void |
setCaseSensitive(boolean cs)
|
void |
setLeftHand(String str)
|
void |
setNegate(boolean negate)
|
void |
setOperator(String str)
|
void |
setRightHand(String str)
|
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)
Method Detail |
---|
public String getLeftHand()
getLeftHand
in interface BranchCondition
public void setLeftHand(String str)
setLeftHand
in interface BranchCondition
public String getOperator()
getOperator
in interface BranchCondition
public void setOperator(String str)
setOperator
in interface BranchCondition
public String getRightHand()
getRightHand
in interface BranchCondition
public void setRightHand(String str)
setRightHand
in interface BranchCondition
public boolean getCaseSensitive()
getCaseSensitive
in interface BranchCondition
public void setCaseSensitive(boolean cs)
setCaseSensitive
in interface BranchCondition
public boolean getNegate()
getNegate
in interface BranchCondition
public void setNegate(boolean negate)
setNegate
in interface BranchCondition
public Object getClone() throws Exception
BaseConfiguration
getClone
in interface BaseConfiguration
getClone
in class BaseConfigurationImpl
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |