|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BranchCondition
Specifies the basic methods for constructing condition
Field Summary | |
---|---|
static String |
BRANCH_CONTAINS
|
static String |
BRANCH_ENDS_WITH
|
static String |
BRANCH_EQUALS
Conditions |
static String |
BRANCH_EXISTS
|
static String |
BRANCH_GT
|
static String |
BRANCH_GTE
|
static String |
BRANCH_HAS_VALUE
|
static String |
BRANCH_LT
|
static String |
BRANCH_LTE
|
static String |
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 |
Method Summary | |
---|---|
boolean |
getCaseSensitive()
Returns the case sensitivity flag |
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)
|
Field Detail |
---|
static final String BRANCH_EQUALS
static final String BRANCH_CONTAINS
static final String BRANCH_STARTS_WITH
static final String BRANCH_ENDS_WITH
static final String BRANCH_HAS_VALUE
static final String BRANCH_EXISTS
static final String BRANCH_LT
static final String BRANCH_LTE
static final String BRANCH_GT
static final String BRANCH_GTE
Method Detail |
---|
String getLeftHand()
void setLeftHand(String str)
String getOperator()
void setOperator(String str)
String getRightHand()
void setRightHand(String str)
boolean getCaseSensitive()
void setCaseSensitive(boolean cs)
boolean getNegate()
void setNegate(boolean negate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |