类 SizeSourceImpl

  • 所有已实现的接口:
    SizeSource

    public class SizeSourceImpl
    extends Object
    implements SizeSource
    Implementation of SizeSource
    作者:
    Steve Ebersole, Gail Badner
    • 构造器详细资料

    • 方法详细资料

      • getLength

        public Integer getLength()
        从接口复制的说明: SizeSource
        The specified length. Will return null if none was specified.
        指定者:
        getLength 在接口中 SizeSource
        返回:
        The length, or null if not defined.
      • getPrecision

        public Integer getPrecision()
        从接口复制的说明: SizeSource
        The specified precision. Will return null if none was specified.
        指定者:
        getPrecision 在接口中 SizeSource
        返回:
        The precision, or null if not defined.
      • getScale

        public Integer getScale()
        从接口复制的说明: SizeSource
        The specified scale. Will return null if none was specified.
        指定者:
        getScale 在接口中 SizeSource
        返回:
        The scale, or null if not defined.