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 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.