Uses of Interface
org.yamcs.protobuf.Table.Row.CellOrBuilder
-
Packages that use Table.Row.CellOrBuilder Package Description org.yamcs.protobuf -
-
Uses of Table.Row.CellOrBuilder in org.yamcs.protobuf
Classes in org.yamcs.protobuf that implement Table.Row.CellOrBuilder Modifier and Type Class Description static classTable.Row.CellProtobuf typeyamcs.protobuf.table.Row.Cellstatic classTable.Row.Cell.BuilderProtobuf typeyamcs.protobuf.table.Row.CellMethods in org.yamcs.protobuf that return Table.Row.CellOrBuilder Modifier and Type Method Description Table.Row.CellOrBuilderTable.Row.Builder. getCellsOrBuilder(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.CellOrBuilderTable.Row. getCellsOrBuilder(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.CellOrBuilderTable.RowOrBuilder. getCellsOrBuilder(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;Methods in org.yamcs.protobuf that return types with arguments of type Table.Row.CellOrBuilder Modifier and Type Method Description List<? extends Table.Row.CellOrBuilder>Table.Row.Builder. getCellsOrBuilderList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;List<? extends Table.Row.CellOrBuilder>Table.Row. getCellsOrBuilderList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;List<? extends Table.Row.CellOrBuilder>Table.RowOrBuilder. getCellsOrBuilderList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-