Package | Description |
---|---|
edu.berkeley.cs186.database.databox |
Modifier and Type | Method and Description |
---|---|
DataBox.Types |
StringDataBox.type() |
DataBox.Types |
IntDataBox.type() |
DataBox.Types |
FloatDataBox.type() |
DataBox.Types |
DataBox.type()
Returns the type of the DataBox.
|
DataBox.Types |
BoolDataBox.type() |
static DataBox.Types |
DataBox.Types.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBox.Types[] |
DataBox.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.