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()
SizeSourcenull if none was specified.getLength in interface SizeSourcenull if not defined.public Integer getPrecision()
SizeSourcenull if none was specified.getPrecision in interface SizeSourcenull if not defined.public Integer getScale()
SizeSourcenull if none was specified.getScale in interface SizeSourcenull if not defined.Copyright © 2018 JBoss by Red Hat. All rights reserved.