public static enum ChargingSbb.SmMessageTypeEnum extends 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(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface net.java.slee.resource.diameter.base.events.avp.EnumeratedCopyright © 2016. All Rights Reserved.