Serializablepublic class Standard extends Observance
standardc = "BEGIN" ":" "STANDARD" CRLF
tzprop
"END" ":" "STANDARD" CRLF
tzprop = 3*(
; the following are each REQUIRED,
; but MUST NOT occur more than once
dtstart / tzoffsetto / tzoffsetfrom /
; the following are optional,
; and MAY occur more than once
comment / rdate / rrule / tzname / x-prop
)
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Standard.Factory |
AVAILABLE, BEGIN, END, EXPERIMENTAL_PREFIX, properties, VALARM, VAVAILABILITY, VEVENT, VFREEBUSY, VJOURNAL, VTIMEZONE, VTODO, VVENUEDAYLIGHT, STANDARD| Constructor | Description |
|---|---|
Standard() |
Default constructor.
|
Standard(PropertyList properties) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected ComponentFactory<Standard> |
newFactory() |
Returns a new component factory used to create deep copies.
|
add, calculateRecurrenceSet, copy, equals, getName, getProperties, getProperties, getProperty, getRequiredProperty, getValue, hashCode, remove, removeAll, replace, setProperties, toString, validate, validatePropertiesclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLatestOnset, getOffsetFrom, getOffsetTo, getStartDate, validatepublic Standard()
public Standard(PropertyList properties)
properties - a list of propertiesprotected ComponentFactory<Standard> newFactory()
ComponentnewFactory in class Component