public static enum BizParamConfigMBean.ValidAccountingOnOffMode extends java.lang.Enum<BizParamConfigMBean.ValidAccountingOnOffMode>
| Enum Constant and Description |
|---|
CANCEL
While processing Accounting on off requests, if active session is in Initiated stated, it will be cancelled.
|
TERMINATE
While processing Accounting on off requests, if active session is in Initiated state, it will be terminated.
|
| Modifier and Type | Method and Description |
|---|---|
static BizParamConfigMBean.ValidAccountingOnOffMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BizParamConfigMBean.ValidAccountingOnOffMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BizParamConfigMBean.ValidAccountingOnOffMode CANCEL
public static final BizParamConfigMBean.ValidAccountingOnOffMode TERMINATE
public static BizParamConfigMBean.ValidAccountingOnOffMode[] values()
for (BizParamConfigMBean.ValidAccountingOnOffMode c : BizParamConfigMBean.ValidAccountingOnOffMode.values()) System.out.println(c);
public static BizParamConfigMBean.ValidAccountingOnOffMode 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 namejava.lang.NullPointerException - if the argument is null