public enum EDADFTWindow extends java.lang.Enum<EDADFTWindow> implements BaseEnum
Enum Constant and Description |
---|
DFT_WINDOW_16 |
DFT_WINDOW_32 |
DFT_WINDOW_4 |
DFT_WINDOW_8 |
REF |
Modifier and Type | Method and Description |
---|---|
static EDADFTWindow |
getEnum(byte[] data) |
byte[] |
getID() |
EDADFTWindow |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static EDADFTWindow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EDADFTWindow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDADFTWindow REF
public static final EDADFTWindow DFT_WINDOW_4
public static final EDADFTWindow DFT_WINDOW_8
public static final EDADFTWindow DFT_WINDOW_16
public static final EDADFTWindow DFT_WINDOW_32
public static EDADFTWindow[] values()
for (EDADFTWindow c : EDADFTWindow.values()) System.out.println(c);
public static EDADFTWindow 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 EDADFTWindow getEnum(byte[] data)
public EDADFTWindow getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public java.lang.String toString()
toString
in class java.lang.Enum<EDADFTWindow>