Class AbstractBigNumber

All Implemented Interfaces:
Wrappable, AnnotatableArtifact, Artifact, BoundedArtifact, CalculableProperty, DataArtifact, Expression, IntervalizedArtifact, Nullable, NumericExpression, Parameter, Property, TypedArtifact, ValuedArtifact, Serializable
Direct Known Subclasses:
BigDecimalData, BigIntegerData

public abstract class AbstractBigNumber extends NumericPrimitive
Author:
Jorge Campins
See Also:
  • Field Details

  • Constructor Details

    • AbstractBigNumber

      public AbstractBigNumber()
  • Method Details

    • getRawPrecision

      public int getRawPrecision()
    • getRawScale

      public int getRawScale()
    • getPrecision

      public int getPrecision()
      Returns:
      the precision
    • setPrecision

      public void setPrecision(int precision)
      Parameters:
      precision - the precision to set
    • getScale

      public int getScale()
      Returns:
      the scale