Interface CdsDecimal

    • Method Detail

      • getPrecision

        default Integer getPrecision()
        Returns the precision of this CdsDecimal.
        Returns:
        the precision of this Decimal type, not null
      • getScale

        default Integer getScale()
        Returns the scale of this CdsDecimal.
        Returns:
        the scale of this Decimal type, not null
      • getJavaType

        default Class<?> getJavaType()
        Description copied from interface: CdsSimpleType
        Returns the Java type of this CdsSimpleType definition.
        Specified by:
        getJavaType in interface CdsSimpleType
        Returns:
        the Java type of this simple type definition, not null