CellPB.CellType |
CellPB.CellOrBuilder.getCellType()
optional .CellType cell_type = 5;
|
CellPB.CellType |
CellPB.Cell.getCellType()
optional .CellType cell_type = 5;
|
CellPB.CellType |
CellPB.Cell.Builder.getCellType()
optional .CellType cell_type = 5;
|
CellPB.CellType |
CellPB.KeyValueOrBuilder.getKeyType()
optional .CellType key_type = 5;
|
CellPB.CellType |
CellPB.KeyValue.getKeyType()
optional .CellType key_type = 5;
|
CellPB.CellType |
CellPB.KeyValue.Builder.getKeyType()
optional .CellType key_type = 5;
|
static CellPB.CellType |
CellPB.CellType.valueOf(int value) |
static CellPB.CellType |
CellPB.CellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellPB.CellType[] |
CellPB.CellType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|