public class TemporalLiteral extends Literal<org.threeten.extra.Interval> implements TemporalExpression
literalSUPPORTED_DATE_FORMATS| Constructor and Description |
|---|
TemporalLiteral() |
TemporalLiteral(org.threeten.extra.Interval literal) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBinary(byte[] bytes) |
static TemporalLiteral |
of(Object literal) |
byte[] |
toBinary() |
String |
toString() |
addReferencedFields, evaluateValue, evaluateValue, getValue, isLiteralclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontains, isAfter, isBefore, isBeforeOrDuring, isBetween, isDuring, isDuringOrAfter, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNotEqualTo, overlaps, stringToDate, stringToInterval, toTemporalExpressionaddReferencedFields, evaluateValue, evaluateValue, isLiteral, isNotNull, isNullpublic TemporalLiteral()
public TemporalLiteral(org.threeten.extra.Interval literal)
public static TemporalLiteral of(Object literal)
public byte[] toBinary()
toBinary in interface PersistabletoBinary in class Literal<org.threeten.extra.Interval>public void fromBinary(byte[] bytes)
fromBinary in interface PersistablefromBinary in class Literal<org.threeten.extra.Interval>Copyright © 2013–2021. All rights reserved.