Uses of Class
com.opencloud.slee.resources.sis.script.in.OnlineChargingInteraction.Mode
-
Packages that use OnlineChargingInteraction.Mode Package Description com.opencloud.slee.resources.sis.script.in -
-
Uses of OnlineChargingInteraction.Mode in com.opencloud.slee.resources.sis.script.in
Methods in com.opencloud.slee.resources.sis.script.in that return OnlineChargingInteraction.Mode Modifier and Type Method Description static OnlineChargingInteraction.Mode
OnlineChargingInteraction.Mode. fromString(String xmlName)
Get the Online Charging Interaction Mode from its descriptive (toString()
) xml form.OnlineChargingInteraction.Mode
OnlineChargingInteraction. getMode()
static OnlineChargingInteraction.Mode
OnlineChargingInteraction.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OnlineChargingInteraction.Mode[]
OnlineChargingInteraction.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.slee.resources.sis.script.in with parameters of type OnlineChargingInteraction.Mode Constructor Description OnlineChargingInteraction(OnlineChargingInteraction.Mode mode)
Create a new Online Charging Interaction option.OnlineChargingInteraction(OnlineChargingInteraction.Mode mode, ServiceRefID nominatedService)
Create a new Online Charging Interaction option.
-