public class PrecisionScaleImpl extends Object implements PrecisionScale
| Constructor and Description |
|---|
PrecisionScaleImpl(int precision,
int scale) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
int |
precision() |
int |
scale() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic static final String copyright
public int precision()
public int scale()
public Class<? extends Annotation> annotationType()
annotationType in interface Annotation