Package org.yamcs.protobuf
Interface Mdb.NumberFormatTypeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.NumberFormatTypeInfo,Mdb.NumberFormatTypeInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.NumberFormatTypeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional int32 maximumFractionDigits = 3;intoptional int32 maximumIntegerDigits = 5;intoptional int32 minimumFractionDigits = 2;intoptional int32 minimumIntegerDigits = 4;optional string negativePrefix = 8;com.google.protobuf.ByteStringoptional string negativePrefix = 8;optional string negativeSuffix = 6;com.google.protobuf.ByteStringoptional string negativeSuffix = 6;optional string notation = 11;com.google.protobuf.ByteStringoptional string notation = 11;optional string numberBase = 1;com.google.protobuf.ByteStringoptional string numberBase = 1;optional string positivePrefix = 9;com.google.protobuf.ByteStringoptional string positivePrefix = 9;optional string positiveSuffix = 7;com.google.protobuf.ByteStringoptional string positiveSuffix = 7;booleanoptional bool showThousandsGrouping = 10;booleanoptional int32 maximumFractionDigits = 3;booleanoptional int32 maximumIntegerDigits = 5;booleanoptional int32 minimumFractionDigits = 2;booleanoptional int32 minimumIntegerDigits = 4;booleanoptional string negativePrefix = 8;booleanoptional string negativeSuffix = 6;booleanoptional string notation = 11;booleanoptional string numberBase = 1;booleanoptional string positivePrefix = 9;booleanoptional string positiveSuffix = 7;booleanoptional bool showThousandsGrouping = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNumberBase
boolean hasNumberBase()optional string numberBase = 1;- Returns:
- Whether the numberBase field is set.
-
getNumberBase
String getNumberBase()optional string numberBase = 1;- Returns:
- The numberBase.
-
getNumberBaseBytes
com.google.protobuf.ByteString getNumberBaseBytes()optional string numberBase = 1;- Returns:
- The bytes for numberBase.
-
hasMinimumFractionDigits
boolean hasMinimumFractionDigits()optional int32 minimumFractionDigits = 2;- Returns:
- Whether the minimumFractionDigits field is set.
-
getMinimumFractionDigits
int getMinimumFractionDigits()optional int32 minimumFractionDigits = 2;- Returns:
- The minimumFractionDigits.
-
hasMaximumFractionDigits
boolean hasMaximumFractionDigits()optional int32 maximumFractionDigits = 3;- Returns:
- Whether the maximumFractionDigits field is set.
-
getMaximumFractionDigits
int getMaximumFractionDigits()optional int32 maximumFractionDigits = 3;- Returns:
- The maximumFractionDigits.
-
hasMinimumIntegerDigits
boolean hasMinimumIntegerDigits()optional int32 minimumIntegerDigits = 4;- Returns:
- Whether the minimumIntegerDigits field is set.
-
getMinimumIntegerDigits
int getMinimumIntegerDigits()optional int32 minimumIntegerDigits = 4;- Returns:
- The minimumIntegerDigits.
-
hasMaximumIntegerDigits
boolean hasMaximumIntegerDigits()optional int32 maximumIntegerDigits = 5;- Returns:
- Whether the maximumIntegerDigits field is set.
-
getMaximumIntegerDigits
int getMaximumIntegerDigits()optional int32 maximumIntegerDigits = 5;- Returns:
- The maximumIntegerDigits.
-
hasNegativeSuffix
boolean hasNegativeSuffix()optional string negativeSuffix = 6;- Returns:
- Whether the negativeSuffix field is set.
-
getNegativeSuffix
String getNegativeSuffix()optional string negativeSuffix = 6;- Returns:
- The negativeSuffix.
-
getNegativeSuffixBytes
com.google.protobuf.ByteString getNegativeSuffixBytes()optional string negativeSuffix = 6;- Returns:
- The bytes for negativeSuffix.
-
hasPositiveSuffix
boolean hasPositiveSuffix()optional string positiveSuffix = 7;- Returns:
- Whether the positiveSuffix field is set.
-
getPositiveSuffix
String getPositiveSuffix()optional string positiveSuffix = 7;- Returns:
- The positiveSuffix.
-
getPositiveSuffixBytes
com.google.protobuf.ByteString getPositiveSuffixBytes()optional string positiveSuffix = 7;- Returns:
- The bytes for positiveSuffix.
-
hasNegativePrefix
boolean hasNegativePrefix()optional string negativePrefix = 8;- Returns:
- Whether the negativePrefix field is set.
-
getNegativePrefix
String getNegativePrefix()optional string negativePrefix = 8;- Returns:
- The negativePrefix.
-
getNegativePrefixBytes
com.google.protobuf.ByteString getNegativePrefixBytes()optional string negativePrefix = 8;- Returns:
- The bytes for negativePrefix.
-
hasPositivePrefix
boolean hasPositivePrefix()optional string positivePrefix = 9;- Returns:
- Whether the positivePrefix field is set.
-
getPositivePrefix
String getPositivePrefix()optional string positivePrefix = 9;- Returns:
- The positivePrefix.
-
getPositivePrefixBytes
com.google.protobuf.ByteString getPositivePrefixBytes()optional string positivePrefix = 9;- Returns:
- The bytes for positivePrefix.
-
hasShowThousandsGrouping
boolean hasShowThousandsGrouping()optional bool showThousandsGrouping = 10;- Returns:
- Whether the showThousandsGrouping field is set.
-
getShowThousandsGrouping
boolean getShowThousandsGrouping()optional bool showThousandsGrouping = 10;- Returns:
- The showThousandsGrouping.
-
hasNotation
boolean hasNotation()optional string notation = 11;- Returns:
- Whether the notation field is set.
-
getNotation
String getNotation()optional string notation = 11;- Returns:
- The notation.
-
getNotationBytes
com.google.protobuf.ByteString getNotationBytes()optional string notation = 11;- Returns:
- The bytes for notation.
-