|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExpressionVariableIf
Describes an expression variable object
| Method Summary | |
|---|---|
int |
getAndOr()
Defines whether this variable has to be ANDed or ORed with the one that precedes it. |
int |
getCustomerTagId()
Id of the customer tag for this variable |
java.lang.String |
getCustomerValue()
The customer value for the tag which is compared to the value attribute when
evaluating the expression variable. |
int |
getExpressionId()
Id of the expression that this variable belongs to |
int |
getGroupAndOr()
Defines whether this group has to be ANDed or ORed with the one that precedes it. |
int |
getGroupOrder()
The order of the group that this expression variable belongs to. |
int |
getId()
|
int |
getOperator()
Valid operators are: ExpressionVariable.EQUAL ExpressionVariable.NOT_EQUAL ExpressionVariable.GREATER_EQUAL ExpressionVariable.GREATER_THAN ExpressionVariable.LESS_EQUAL ExpressionVariable.LESS_THAN ExpressionVariable.MATCH - Used to match regular expression Note that not all operators are valid for all tag types. |
int |
getOrder()
The order of this expression variable. |
int |
getType()
The type of variable. |
java.lang.String |
getValue()
The value of the expression variable. |
void |
setAndOr(int andOr)
Defines whether this variable has to be ANDed or ORed with the one that precedes it. |
void |
setCustomerTagId(int customerTagId)
Id of the customer tag for this variable |
void |
setCustomerValue(java.lang.String customerValue)
The customer value for the tag which is compared to the value attribute when
evaluating the expression variable. |
void |
setExpressionId(int expressionId)
Id of the expression that this variable belongs to |
void |
setGroupAndOr(int groupAndOr)
Defines whether this group has to be ANDed or ORed with the one that precedes it. |
void |
setGroupOrder(int groupOrder)
The order of the group that this expression variable belongs to. |
void |
setId(int id)
|
void |
setOperator(int operator)
Valid operators are: ExpressionVariable.EQUAL ExpressionVariable.NOT_EQUAL ExpressionVariable.GREATER_EQUAL ExpressionVariable.GREATER_THAN ExpressionVariable.LESS_EQUAL ExpressionVariable.LESS_THAN ExpressionVariable.MATCH - Used to match regular expression Note that not all operators are valid for all tag types. |
void |
setOrder(int order)
The order of this expression variable. |
void |
setType(int type)
The type of variable. |
void |
setValue(java.lang.String value)
The value of the expression variable. |
| Method Detail |
|---|
int getId()
void setId(int id)
id - the id to setint getCustomerTagId()
void setCustomerTagId(int customerTagId)
customerTagId - the customerTagId to setint getExpressionId()
void setExpressionId(int expressionId)
expressionId - the expressionId to setint getType()
CustomerTag.STRING_TYPE: The value is a StringCustomerTag.INT_TYPE: The value is an integerCustomerTag.MULTI_INT_TYPE: The value contains one or more integers
separated by a delimiter. The maxInts attributes determines how many integers
are allowed.CustomerTag.DECIMAL_TYPE: The value is a decimal.CustomerTag.DATE_TYPE: The value is a date.CustomerTag.BOOLEAN_TYPE: The value is a boolean and so must contain the
string true or false
void setType(int type)
CustomerTag.STRING_TYPE: The value is a StringCustomerTag.INT_TYPE: The value is an integerCustomerTag.MULTI_INT_TYPE: The value contains one or more integers
separated by a delimiter. The maxInts attributes determines how many integers
are allowed.CustomerTag.DECIMAL_TYPE: The value is a decimal.CustomerTag.DATE_TYPE: The value is a date.CustomerTag.BOOLEAN_TYPE: The value is a boolean and so must contain the
string true or false
type - the type to setint getOperator()
void setOperator(int operator)
operator - the operator to setjava.lang.String getValue()
void setValue(java.lang.String value)
value - the value to setjava.lang.String getCustomerValue()
value attribute when
evaluating the expression variable.
void setCustomerValue(java.lang.String customerValue)
value attribute when
evaluating the expression variable.
customerValue - the customerValue to setint getOrder()
void setOrder(int order)
order - the order to setint getAndOr()
void setAndOr(int andOr)
andOr - the andOr to setint getGroupOrder()
void setGroupOrder(int groupOrder)
groupOrder - the groupOrder to setint getGroupAndOr()
void setGroupAndOr(int groupAndOr)
groupAndOr - the groupAndOr to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||