Modifier and Type | Class and Description |
---|---|
static interface |
SoamTime.TimeOption
Abstract interface for TimeOptions on SoamTime concrete classes.
|
Modifier and Type | Field and Description |
---|---|
protected java.time.Instant |
absoluteTime |
protected SoamTime.TimeOption |
option |
protected java.time.Duration |
relativeTime |
Modifier | Constructor and Description |
---|---|
protected |
SoamTime(SoamTime.TimeOption option,
java.time.Duration relativeStart,
java.time.Instant absoluteStart) |
Modifier and Type | Method and Description |
---|---|
java.time.Instant |
absoluteTime() |
SoamTime.TimeOption |
option() |
java.time.Duration |
relativeTime() |
protected final SoamTime.TimeOption option
protected final java.time.Duration relativeTime
protected final java.time.Instant absoluteTime
protected SoamTime(SoamTime.TimeOption option, java.time.Duration relativeStart, java.time.Instant absoluteStart)
public SoamTime.TimeOption option()
public java.time.Duration relativeTime()
public java.time.Instant absoluteTime()