Package | Description |
---|---|
com.crm.dataobject.billing |
Modifier and Type | Method and Description |
---|---|
UdrRatingState |
CRMDOUdr.getRatingState() |
static UdrRatingState |
UdrRatingState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UdrRatingState[] |
UdrRatingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<UdrRatingState> |
UdrSearchCriteria.getRatingStates() |
Modifier and Type | Method and Description |
---|---|
void |
UdrSearchCriteria.setRatingState(UdrRatingState ratingState) |
void |
CRMDOUdr.setRatingState(UdrRatingState ratingState) |
Modifier and Type | Method and Description |
---|---|
void |
UdrSearchCriteria.setRatingStates(java.util.ArrayList<UdrRatingState> ratingStates) |