public enum AdditionalNumberType extends java.lang.Enum<AdditionalNumberType>
| Modifier and Type | Method and Description |
|---|---|
static AdditionalNumberType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdditionalNumberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdditionalNumberType msc
public static final AdditionalNumberType sgsn
public static AdditionalNumberType[] values()
for (AdditionalNumberType c : AdditionalNumberType.values()) System.out.println(c);
public static AdditionalNumberType 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 nullCopyright © 2012. All Rights Reserved.