public enum DataBlockType extends Enum<DataBlockType>
| Enum Constant and Description |
|---|
DBT_PLAIN_BUFFER |
DBT_SIMPLE_ROW_MATRIX |
| Modifier and Type | Method and Description |
|---|---|
static DataBlockType |
fromProtocolType(OtsInternalApi.DataBlockType type) |
static DataBlockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataBlockType DBT_PLAIN_BUFFER
public static final DataBlockType DBT_SIMPLE_ROW_MATRIX
public static DataBlockType[] values()
for (DataBlockType c : DataBlockType.values()) System.out.println(c);
public static DataBlockType 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 nullpublic static DataBlockType fromProtocolType(OtsInternalApi.DataBlockType type) throws IOException
IOExceptionCopyright © 2024. All Rights Reserved.