Package org.yamcs.protobuf
Interface Table.ColumnInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Table.ColumnInfo,Table.ColumnInfo.Builder
- Enclosing class:
- Table
public static interface Table.ColumnInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Table.EnumValuegetEnumValue(int index)repeated .yamcs.protobuf.table.EnumValue enumValue = 3;intgetEnumValueCount()repeated .yamcs.protobuf.table.EnumValue enumValue = 3;List<Table.EnumValue>getEnumValueList()repeated .yamcs.protobuf.table.EnumValue enumValue = 3;Table.EnumValueOrBuildergetEnumValueOrBuilder(int index)repeated .yamcs.protobuf.table.EnumValue enumValue = 3;List<? extends Table.EnumValueOrBuilder>getEnumValueOrBuilderList()repeated .yamcs.protobuf.table.EnumValue enumValue = 3;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;StringgetType()optional string type = 2;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 2;booleanhasName()optional string name = 1;booleanhasType()optional string type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasType
boolean hasType()
optional string type = 2;
-
getType
String getType()
optional string type = 2;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 2;
-
getEnumValueList
List<Table.EnumValue> getEnumValueList()
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
-
getEnumValue
Table.EnumValue getEnumValue(int index)
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
-
getEnumValueCount
int getEnumValueCount()
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
-
getEnumValueOrBuilderList
List<? extends Table.EnumValueOrBuilder> getEnumValueOrBuilderList()
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
-
getEnumValueOrBuilder
Table.EnumValueOrBuilder getEnumValueOrBuilder(int index)
repeated .yamcs.protobuf.table.EnumValue enumValue = 3;
-
-