Package org.yamcs.protobuf
Interface Mdb.FixedValueInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.FixedValueInfo
,Mdb.FixedValueInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.FixedValueInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string hexValue = 2;
com.google.protobuf.ByteString
optional string hexValue = 2;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
int
optional int32 sizeInBits = 3;
boolean
optional string hexValue = 2;
boolean
hasName()
optional string name = 1;
boolean
optional int32 sizeInBits = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;
- Returns:
- The bytes for name.
-
hasHexValue
boolean hasHexValue()optional string hexValue = 2;
- Returns:
- Whether the hexValue field is set.
-
getHexValue
String getHexValue()optional string hexValue = 2;
- Returns:
- The hexValue.
-
getHexValueBytes
com.google.protobuf.ByteString getHexValueBytes()optional string hexValue = 2;
- Returns:
- The bytes for hexValue.
-
hasSizeInBits
boolean hasSizeInBits()optional int32 sizeInBits = 3;
- Returns:
- Whether the sizeInBits field is set.
-
getSizeInBits
int getSizeInBits()optional int32 sizeInBits = 3;
- Returns:
- The sizeInBits.
-