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