public enum RawDataBlockType extends Enum<RawDataBlockType>
Enum Constant and Description |
---|
TYPE_CCE |
TYPE_CPE |
TYPE_DSE |
TYPE_END |
TYPE_FIL |
TYPE_LFE |
TYPE_PCE |
TYPE_SCE |
Modifier and Type | Method and Description |
---|---|
static RawDataBlockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawDataBlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawDataBlockType TYPE_SCE
public static final RawDataBlockType TYPE_CPE
public static final RawDataBlockType TYPE_CCE
public static final RawDataBlockType TYPE_LFE
public static final RawDataBlockType TYPE_DSE
public static final RawDataBlockType TYPE_PCE
public static final RawDataBlockType TYPE_FIL
public static final RawDataBlockType TYPE_END
public static RawDataBlockType[] values()
for (RawDataBlockType c : RawDataBlockType.values()) System.out.println(c);
public static RawDataBlockType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.