|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TierTableOutAttributeModel.ComputationMode>
com.highdeal.pnr.hci.TierTableOutAttributeModel.ComputationMode
public static enum TierTableOutAttributeModel.ComputationMode
| Enum Constant Summary | |
|---|---|
CUMULATIVE_LINEAR
This type is used to indicate that the number value returned is the sum of all the linear values in ranges before the range in which is the input property is, with the prorated value for the range of the input property. |
|
CUMULATIVE_NON_LINEAR
This type is used to indicate that the number value returned is the sum of the all the values in the ranges before the range in which is the input property is. |
|
SINGLE_LINEAR
This type is used to indicate that the number value returned is the value matching the range in which the input value is. |
|
SINGLE_NON_LINEAR
This type is used to indicate that the number value returned is the value matching the range in which the input value is. |
|
UNSET
This key is used to indicate that calculation mode is not set. |
|
| Method Summary | |
|---|---|
int |
getCode()
|
static TierTableOutAttributeModel.ComputationMode |
getFromCode(int code)
|
java.lang.String |
getName()
|
static TierTableOutAttributeModel.ComputationMode |
parse(java.lang.String name)
|
static TierTableOutAttributeModel.ComputationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TierTableOutAttributeModel.ComputationMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TierTableOutAttributeModel.ComputationMode SINGLE_NON_LINEAR
public static final TierTableOutAttributeModel.ComputationMode SINGLE_LINEAR
public static final TierTableOutAttributeModel.ComputationMode CUMULATIVE_NON_LINEAR
public static final TierTableOutAttributeModel.ComputationMode CUMULATIVE_LINEAR
public static final TierTableOutAttributeModel.ComputationMode UNSET
| Method Detail |
|---|
public static TierTableOutAttributeModel.ComputationMode[] values()
for (TierTableOutAttributeModel.ComputationMode c : TierTableOutAttributeModel.ComputationMode.values()) System.out.println(c);
public static TierTableOutAttributeModel.ComputationMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public int getCode()
public static TierTableOutAttributeModel.ComputationMode parse(java.lang.String name)
public static TierTableOutAttributeModel.ComputationMode getFromCode(int code)
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||