Class Mdb.NumberFormatTypeInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.Mdb.NumberFormatTypeInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Mdb.NumberFormatTypeInfoOrBuilder
Enclosing class:
Mdb

public static final class Mdb.NumberFormatTypeInfo extends com.google.protobuf.GeneratedMessageV3 implements Mdb.NumberFormatTypeInfoOrBuilder
Protobuf type yamcs.protobuf.mdb.NumberFormatTypeInfo
See Also:
  • Field Details

    • NUMBERBASE_FIELD_NUMBER

      public static final int NUMBERBASE_FIELD_NUMBER
      See Also:
    • MINIMUMFRACTIONDIGITS_FIELD_NUMBER

      public static final int MINIMUMFRACTIONDIGITS_FIELD_NUMBER
      See Also:
    • MAXIMUMFRACTIONDIGITS_FIELD_NUMBER

      public static final int MAXIMUMFRACTIONDIGITS_FIELD_NUMBER
      See Also:
    • MINIMUMINTEGERDIGITS_FIELD_NUMBER

      public static final int MINIMUMINTEGERDIGITS_FIELD_NUMBER
      See Also:
    • MAXIMUMINTEGERDIGITS_FIELD_NUMBER

      public static final int MAXIMUMINTEGERDIGITS_FIELD_NUMBER
      See Also:
    • NEGATIVESUFFIX_FIELD_NUMBER

      public static final int NEGATIVESUFFIX_FIELD_NUMBER
      See Also:
    • POSITIVESUFFIX_FIELD_NUMBER

      public static final int POSITIVESUFFIX_FIELD_NUMBER
      See Also:
    • NEGATIVEPREFIX_FIELD_NUMBER

      public static final int NEGATIVEPREFIX_FIELD_NUMBER
      See Also:
    • POSITIVEPREFIX_FIELD_NUMBER

      public static final int POSITIVEPREFIX_FIELD_NUMBER
      See Also:
    • SHOWTHOUSANDSGROUPING_FIELD_NUMBER

      public static final int SHOWTHOUSANDSGROUPING_FIELD_NUMBER
      See Also:
    • NOTATION_FIELD_NUMBER

      public static final int NOTATION_FIELD_NUMBER
      See Also:
    • PARSER

      @Deprecated public static final com.google.protobuf.Parser<Mdb.NumberFormatTypeInfo> PARSER
      Deprecated.
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasNumberBase

      public boolean hasNumberBase()
      optional string numberBase = 1;
      Specified by:
      hasNumberBase in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the numberBase field is set.
    • getNumberBase

      public String getNumberBase()
      optional string numberBase = 1;
      Specified by:
      getNumberBase in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The numberBase.
    • getNumberBaseBytes

      public com.google.protobuf.ByteString getNumberBaseBytes()
      optional string numberBase = 1;
      Specified by:
      getNumberBaseBytes in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The bytes for numberBase.
    • hasMinimumFractionDigits

      public boolean hasMinimumFractionDigits()
      optional int32 minimumFractionDigits = 2;
      Specified by:
      hasMinimumFractionDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the minimumFractionDigits field is set.
    • getMinimumFractionDigits

      public int getMinimumFractionDigits()
      optional int32 minimumFractionDigits = 2;
      Specified by:
      getMinimumFractionDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The minimumFractionDigits.
    • hasMaximumFractionDigits

      public boolean hasMaximumFractionDigits()
      optional int32 maximumFractionDigits = 3;
      Specified by:
      hasMaximumFractionDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the maximumFractionDigits field is set.
    • getMaximumFractionDigits

      public int getMaximumFractionDigits()
      optional int32 maximumFractionDigits = 3;
      Specified by:
      getMaximumFractionDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The maximumFractionDigits.
    • hasMinimumIntegerDigits

      public boolean hasMinimumIntegerDigits()
      optional int32 minimumIntegerDigits = 4;
      Specified by:
      hasMinimumIntegerDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the minimumIntegerDigits field is set.
    • getMinimumIntegerDigits

      public int getMinimumIntegerDigits()
      optional int32 minimumIntegerDigits = 4;
      Specified by:
      getMinimumIntegerDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The minimumIntegerDigits.
    • hasMaximumIntegerDigits

      public boolean hasMaximumIntegerDigits()
      optional int32 maximumIntegerDigits = 5;
      Specified by:
      hasMaximumIntegerDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the maximumIntegerDigits field is set.
    • getMaximumIntegerDigits

      public int getMaximumIntegerDigits()
      optional int32 maximumIntegerDigits = 5;
      Specified by:
      getMaximumIntegerDigits in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The maximumIntegerDigits.
    • hasNegativeSuffix

      public boolean hasNegativeSuffix()
      optional string negativeSuffix = 6;
      Specified by:
      hasNegativeSuffix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the negativeSuffix field is set.
    • getNegativeSuffix

      public String getNegativeSuffix()
      optional string negativeSuffix = 6;
      Specified by:
      getNegativeSuffix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The negativeSuffix.
    • getNegativeSuffixBytes

      public com.google.protobuf.ByteString getNegativeSuffixBytes()
      optional string negativeSuffix = 6;
      Specified by:
      getNegativeSuffixBytes in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The bytes for negativeSuffix.
    • hasPositiveSuffix

      public boolean hasPositiveSuffix()
      optional string positiveSuffix = 7;
      Specified by:
      hasPositiveSuffix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the positiveSuffix field is set.
    • getPositiveSuffix

      public String getPositiveSuffix()
      optional string positiveSuffix = 7;
      Specified by:
      getPositiveSuffix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The positiveSuffix.
    • getPositiveSuffixBytes

      public com.google.protobuf.ByteString getPositiveSuffixBytes()
      optional string positiveSuffix = 7;
      Specified by:
      getPositiveSuffixBytes in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The bytes for positiveSuffix.
    • hasNegativePrefix

      public boolean hasNegativePrefix()
      optional string negativePrefix = 8;
      Specified by:
      hasNegativePrefix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the negativePrefix field is set.
    • getNegativePrefix

      public String getNegativePrefix()
      optional string negativePrefix = 8;
      Specified by:
      getNegativePrefix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The negativePrefix.
    • getNegativePrefixBytes

      public com.google.protobuf.ByteString getNegativePrefixBytes()
      optional string negativePrefix = 8;
      Specified by:
      getNegativePrefixBytes in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The bytes for negativePrefix.
    • hasPositivePrefix

      public boolean hasPositivePrefix()
      optional string positivePrefix = 9;
      Specified by:
      hasPositivePrefix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the positivePrefix field is set.
    • getPositivePrefix

      public String getPositivePrefix()
      optional string positivePrefix = 9;
      Specified by:
      getPositivePrefix in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The positivePrefix.
    • getPositivePrefixBytes

      public com.google.protobuf.ByteString getPositivePrefixBytes()
      optional string positivePrefix = 9;
      Specified by:
      getPositivePrefixBytes in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The bytes for positivePrefix.
    • hasShowThousandsGrouping

      public boolean hasShowThousandsGrouping()
      optional bool showThousandsGrouping = 10;
      Specified by:
      hasShowThousandsGrouping in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the showThousandsGrouping field is set.
    • getShowThousandsGrouping

      public boolean getShowThousandsGrouping()
      optional bool showThousandsGrouping = 10;
      Specified by:
      getShowThousandsGrouping in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The showThousandsGrouping.
    • hasNotation

      public boolean hasNotation()
      optional string notation = 11;
      Specified by:
      hasNotation in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      Whether the notation field is set.
    • getNotation

      public String getNotation()
      optional string notation = 11;
      Specified by:
      getNotation in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The notation.
    • getNotationBytes

      public com.google.protobuf.ByteString getNotationBytes()
      optional string notation = 11;
      Specified by:
      getNotationBytes in interface Mdb.NumberFormatTypeInfoOrBuilder
      Returns:
      The bytes for notation.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.NumberFormatTypeInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.NumberFormatTypeInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.NumberFormatTypeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Mdb.NumberFormatTypeInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Mdb.NumberFormatTypeInfo.Builder newBuilder()
    • newBuilder

      public static Mdb.NumberFormatTypeInfo.Builder newBuilder(Mdb.NumberFormatTypeInfo prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Mdb.NumberFormatTypeInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Mdb.NumberFormatTypeInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Mdb.NumberFormatTypeInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<Mdb.NumberFormatTypeInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Mdb.NumberFormatTypeInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder