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