Package | Description |
---|---|
com.crm.dataobject | |
com.crm.dataobject.priceplan |
Modifier and Type | Method and Description |
---|---|
static Operator |
Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Operator |
CRMDOPricePlan.getApplyGroupsOperator() |
Operator |
ConditionGroupRow.getEvaluationoperator() |
Operator |
ConditionGroup.getGrouprowsoperator() |
Operator |
CRMDOPricePlan.getSelectGroupsOperator() |
Operator |
ConditionGroupRow.getValuesoperator() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOPricePlan.setApplyGroupsOperator(Operator applyGroupsOperator) |
void |
ConditionGroupRow.setEvaluationoperator(Operator evaluationoperator) |
void |
ConditionGroup.setGrouprowsoperator(Operator grouprowsoperator) |
void |
CRMDOPricePlan.setSelectGroupsOperator(Operator selectGroupsOperator) |
void |
ConditionGroupRow.setValuesoperator(Operator valuesoperator) |