| Package | Description |
|---|---|
| com.opencloud.slee.resources.sis.script.in |
| Modifier and Type | Method and 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.
|
| Constructor and 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.
|