public class SecondsSinceMidnight extends Number
| Constructor and Description |
|---|
SecondsSinceMidnight(long seconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SecondsSinceMidnight that) |
double |
doubleValue() |
boolean |
equals(Object object) |
float |
floatValue() |
long |
getSeconds() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
static SecondsSinceMidnight |
parse(String string) |
Long |
toSimpleValue() |
byteValue, shortValuepublic int compareTo(SecondsSinceMidnight that)
public long getSeconds()
public static SecondsSinceMidnight parse(String string)
public Long toSimpleValue()
toSimpleValue in interface org.dmg.pmml.ComplexValuepublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2019. All rights reserved.