Serializable
public class Acknowledged extends DateProperty<Instant>
Modifier and Type | Class | Description |
---|---|---|
static class |
Acknowledged.Factory |
ACKNOWLEDGED, ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION
Constructor | Description |
---|---|
Acknowledged() |
|
Acknowledged(String aValue) |
|
Acknowledged(Instant aDate) |
|
Acknowledged(ParameterList aList,
String aValue) |
|
Acknowledged(ParameterList aList,
Instant aDate) |
Modifier and Type | Method | Description |
---|---|---|
protected PropertyFactory<Acknowledged> |
newFactory() |
Returns a new property factory used to create deep copies.
|
getDate, getValue, hashCode, isUtc, setDate, setTimeZoneRegistry, setValue, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, copy, equals, getName, getParameter, getParameters, getParameters, remove, removeAll, replace, setParameters, toString
public Acknowledged()
public Acknowledged(String aValue)
aValue
- a string representation of a DTSTAMP valuepublic Acknowledged(ParameterList aList, String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this componentpublic Acknowledged(Instant aDate)
aDate
- a date representing a date-timepublic Acknowledged(ParameterList aList, Instant aDate)
aList
- a list of parameters for this componentaDate
- a date representing a date-timeprotected PropertyFactory<Acknowledged> newFactory()
Property
newFactory
in class Property