public class TriageStatusQueryContext extends Object
| Constructor and Description |
|---|
TriageStatusQueryContext(String triageStatus,
Date pointInTime,
net.fortuna.ical4j.model.TimeZone timezone) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getPointInTime() |
net.fortuna.ical4j.model.TimeZone |
getTimeZone() |
String |
getTriageStatus() |
boolean |
isAll() |
boolean |
isDone() |
boolean |
isLater() |
boolean |
isNow() |
public TriageStatusQueryContext(String triageStatus, Date pointInTime, net.fortuna.ical4j.model.TimeZone timezone)
triageStatus - triage status label to match (ignored if null)pointInTime - time that is considered "NOW"timezone - Optional timezone to use in interpreting
floating times. If null, the system default
will be used.Copyright © 2012–2018 1&1. All rights reserved.