Class SizeSourceImpl

  • All Implemented Interfaces:
    SizeSource

    public class SizeSourceImpl
    extends Object
    implements SizeSource
    Implementation of SizeSource
    • Method Detail

      • getLength

        public Integer getLength()
        Description copied from interface: SizeSource
        The specified length. Will return null if none was specified.
        Specified by:
        getLength in interface SizeSource
        Returns:
        The length, or null if not defined.
      • getPrecision

        public Integer getPrecision()
        Description copied from interface: SizeSource
        The specified precision. Will return null if none was specified.
        Specified by:
        getPrecision in interface SizeSource
        Returns:
        The precision, or null if not defined.
      • getScale

        public Integer getScale()
        Description copied from interface: SizeSource
        The specified scale. Will return null if none was specified.
        Specified by:
        getScale in interface SizeSource
        Returns:
        The scale, or null if not defined.