Package com.highdeal.allowance.tool
Class AllowanceBlob.AllowanceParameter
java.lang.Object
com.highdeal.allowance.tool.AllowanceBlob.AllowanceParameter
- Enclosing class:
- AllowanceBlob
This
Java class represents a parameter defined in an allowance.-
Method Details
-
getAllowancePlanParameterDictionaryKey
Gets the key of the parameter as defined in the parameter dictionary of the allowance plan (*) that relates to the allowance to be interpreted.
The name of the parameter can be retrieved in the
CAPA_NAMES_DICTtable of the Core Database in theNAMEcolumn of the row with the following criteria:- The value of the
CAPA_OIDcolumn is the unique identifier of the related allowance plan - The value of the
NAME_KEYcolumn is the key returned by this method
Note (*)
View the allowance plans configured in SAP Convergent Charging by using the SAP CC Core Tool user interface.
- Returns:
- The key of the parameter in the dictionary of the related allowance plan
- The value of the
-
getType
Gets thetypeof the parameter.- Returns:
- The
typeof the parameter
-
getValue
Gets the value of the parameter.
The
Java typeof the returned value depends on thetypeof the parameter:- Returns:
- The value of the parameter
-
toString
-