Class AbstractNumericFormat

java.lang.Object
com.softwaremining.wrappers.format.Format
com.softwaremining.wrappers.format.AbstractNumericFormat
Direct Known Subclasses:
NumericEditedFormat, NumericFormat, NumericFormatFloat

public abstract class AbstractNumericFormat extends Format
  • Field Details

    • DECIMAL_POINT_ON_SYSTEM

      public static char DECIMAL_POINT_ON_SYSTEM
  • Method Details

    • adjustPercision

      public Number adjustPercision(Number value)
      make sure that the faction part is either removed for 'integers' or padded for decimals.
      Parameters:
      body -
    • isDecimal

      public boolean isDecimal()
    • getSystemDecimalPoint

      public static char getSystemDecimalPoint()
    • isSigned

      public boolean isSigned()
    • getFractionSize

      public int getFractionSize()
      for internal use only
      Returns: