Class NumberFormatType

java.lang.Object
org.yamcs.xtce.NumberFormatType
All Implemented Interfaces:
Serializable

public class NumberFormatType extends Object implements Serializable
XTCE: This type describes how a numeric value should be represented in engineering/calibrated form. The defaults reflect the most common form.
See Also:
  • Constructor Details

    • NumberFormatType

      public NumberFormatType()
  • Method Details

    • getNumberBase

      public RadixType getNumberBase()
    • setNumberBase

      public void setNumberBase(RadixType numberBase)
    • getMinimumFractionDigits

      public int getMinimumFractionDigits()
    • setMinimumFractionDigits

      public void setMinimumFractionDigits(int minimumFractionDigits)
    • getMaximumFractionDigits

      public int getMaximumFractionDigits()
    • setMaximumFractionDigits

      public void setMaximumFractionDigits(int maximumFractionDigits)
    • getMinimumIntegerDigits

      public int getMinimumIntegerDigits()
    • setMinimumIntegerDigits

      public void setMinimumIntegerDigits(int minimumIntegerDigits)
    • getMaximumIntegerDigits

      public int getMaximumIntegerDigits()
    • setMaximumIntegerDigits

      public void setMaximumIntegerDigits(int maximumIntegerDigits)
    • getNegativeSuffix

      public String getNegativeSuffix()
    • setNegativeSuffix

      public void setNegativeSuffix(String negativeSuffix)
    • getPositiveSuffix

      public String getPositiveSuffix()
    • setPositiveSuffix

      public void setPositiveSuffix(String positiveSuffix)
    • getNegativePrefix

      public String getNegativePrefix()
    • setNegativePrefix

      public void setNegativePrefix(String negativePrefix)
    • getPositivePrefix

      public String getPositivePrefix()
    • setPositivePrefix

      public void setPositivePrefix(String positivePrefix)
    • isShowThousandsGrouping

      public boolean isShowThousandsGrouping()
    • setShowThousandsGrouping

      public void setShowThousandsGrouping(boolean showThousandsGrouping)
    • getNotation

      public FloatingPointNotationType getNotation()
    • setNotation

      public void setNotation(FloatingPointNotationType notation)