public enum AppHdrType extends java.lang.Enum<AppHdrType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespace() |
static java.lang.Class |
of(java.lang.String namespace) |
static AppHdrType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppHdrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppHdrType LEGACY
public static final AppHdrType BAH_V1
public static final AppHdrType BAH_V2
public static final AppHdrType BAH_V3
public static AppHdrType[] values()
for (AppHdrType c : AppHdrType.values()) System.out.println(c);
public static AppHdrType 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 static java.lang.Class of(java.lang.String namespace)
namespace - the namespace of the headerpublic java.lang.String getNamespace()