public class DaysSinceDate extends Number
| Constructor and Description |
|---|
DaysSinceDate(LocalDate epoch,
LocalDate date) |
DaysSinceDate(LocalDate epoch,
long days) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DaysSinceDate that) |
double |
doubleValue() |
boolean |
equals(Object object) |
float |
floatValue() |
long |
getDays() |
LocalDate |
getEpoch() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
Long |
toSimpleValue() |
byteValue, shortValuepublic DaysSinceDate(LocalDate epoch, long days)
public int compareTo(DaysSinceDate that)
public long getDays()
public LocalDate getEpoch()
public Long toSimpleValue()
toSimpleValue in interface org.dmg.pmml.ComplexValuepublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2020. All rights reserved.