public abstract class Period<P extends Period<P>> extends Number implements ComplexValue, Comparable<P>
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
float |
floatValue() |
abstract DataType |
getDataType() |
int |
intValue() |
Long |
toSimpleValue() |
byteValue, longValue, shortValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic abstract DataType getDataType()
public Long toSimpleValue()
toSimpleValue in interface ComplexValuenull value,
which can be converted to String representation via Object.toString().public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2024. All rights reserved.