Uses of Class
org.yamcs.protobuf.Table.Row.Cell
-
Packages that use Table.Row.Cell Package Description org.yamcs.protobuf -
-
Uses of Table.Row.Cell in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Table.Row.Cell Modifier and Type Field Description static com.google.protobuf.Parser<Table.Row.Cell>Table.Row.Cell. PARSERDeprecated.Methods in org.yamcs.protobuf that return Table.Row.Cell Modifier and Type Method Description Table.Row.CellTable.Row.Cell.Builder. build()Table.Row.CellTable.Row.Cell.Builder. buildPartial()Table.Row.CellTable.Row.Builder. getCells(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.CellTable.Row. getCells(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.CellTable.RowOrBuilder. getCells(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;static Table.Row.CellTable.Row.Cell. getDefaultInstance()Table.Row.CellTable.Row.Cell.Builder. getDefaultInstanceForType()Table.Row.CellTable.Row.Cell. getDefaultInstanceForType()static Table.Row.CellTable.Row.Cell. parseDelimitedFrom(InputStream input)static Table.Row.CellTable.Row.Cell. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.CellTable.Row.Cell. parseFrom(byte[] data)static Table.Row.CellTable.Row.Cell. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.CellTable.Row.Cell. parseFrom(com.google.protobuf.ByteString data)static Table.Row.CellTable.Row.Cell. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.CellTable.Row.Cell. parseFrom(com.google.protobuf.CodedInputStream input)static Table.Row.CellTable.Row.Cell. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.CellTable.Row.Cell. parseFrom(InputStream input)static Table.Row.CellTable.Row.Cell. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.Row.CellTable.Row.Cell. parseFrom(ByteBuffer data)static Table.Row.CellTable.Row.Cell. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Table.Row.Cell Modifier and Type Method Description List<Table.Row.Cell>Table.Row.Builder. getCellsList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;List<Table.Row.Cell>Table.Row. getCellsList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;List<Table.Row.Cell>Table.RowOrBuilder. getCellsList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;com.google.protobuf.Parser<Table.Row.Cell>Table.Row.Cell. getParserForType()static com.google.protobuf.Parser<Table.Row.Cell>Table.Row.Cell. parser()Methods in org.yamcs.protobuf with parameters of type Table.Row.Cell Modifier and Type Method Description Table.Row.BuilderTable.Row.Builder. addCells(int index, Table.Row.Cell value)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.BuilderTable.Row.Builder. addCells(Table.Row.Cell value)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.Cell.BuilderTable.Row.Cell.Builder. mergeFrom(Table.Row.Cell other)static Table.Row.Cell.BuilderTable.Row.Cell. newBuilder(Table.Row.Cell prototype)Table.Row.BuilderTable.Row.Builder. setCells(int index, Table.Row.Cell value)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Method parameters in org.yamcs.protobuf with type arguments of type Table.Row.Cell Modifier and Type Method Description Table.Row.BuilderTable.Row.Builder. addAllCells(Iterable<? extends Table.Row.Cell> values)repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-