public static enum ChargingSbb.SmMessageTypeEnum extends java.lang.Enum<ChargingSbb.SmMessageTypeEnum> implements net.java.slee.resource.diameter.base.events.avp.Enumerated
| Enum Constant and Description |
|---|
DELIVERY_REPORT |
SMServiceRequest |
SUBMISSION |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static ChargingSbb.SmMessageTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChargingSbb.SmMessageTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChargingSbb.SmMessageTypeEnum SUBMISSION
public static final ChargingSbb.SmMessageTypeEnum DELIVERY_REPORT
public static final ChargingSbb.SmMessageTypeEnum SMServiceRequest
public static ChargingSbb.SmMessageTypeEnum[] values()
for (ChargingSbb.SmMessageTypeEnum c : ChargingSbb.SmMessageTypeEnum.values()) System.out.println(c);
public static ChargingSbb.SmMessageTypeEnum 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 nullpublic int getValue()
getValue in interface net.java.slee.resource.diameter.base.events.avp.EnumeratedCopyright © 2017. All Rights Reserved.