public static enum BDM_BeginDataMap.BDM_DataFormat extends java.lang.Enum<BDM_BeginDataMap.BDM_DataFormat>
BDM_BeginDataMap| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static BDM_BeginDataMap.BDM_DataFormat |
valueOf(byte dataFormtCode) |
static BDM_BeginDataMap.BDM_DataFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BDM_BeginDataMap.BDM_DataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BDM_BeginDataMap.BDM_DataFormat UsingLND
public static final BDM_BeginDataMap.BDM_DataFormat UsingRCD
public static final BDM_BeginDataMap.BDM_DataFormat UsingXMD
public static BDM_BeginDataMap.BDM_DataFormat[] values()
for (BDM_BeginDataMap.BDM_DataFormat c : BDM_BeginDataMap.BDM_DataFormat.values()) System.out.println(c);
public static BDM_BeginDataMap.BDM_DataFormat 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 BDM_BeginDataMap.BDM_DataFormat valueOf(byte dataFormtCode)
public int toByte()