public class SizeSourceImpl extends Object implements SizeSource
Constructor and Description |
---|
SizeSourceImpl(Integer length,
Integer scale,
Integer precision) |
Modifier and Type | Method and Description |
---|---|
Integer |
getLength()
The specified length.
|
Integer |
getPrecision()
The specified precision.
|
Integer |
getScale()
The specified scale.
|
public Integer getLength()
SizeSource
null
if none was specified.getLength
in interface SizeSource
null
if not defined.public Integer getPrecision()
SizeSource
null
if none was specified.getPrecision
in interface SizeSource
null
if not defined.public Integer getScale()
SizeSource
null
if none was specified.getScale
in interface SizeSource
null
if not defined.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.