Serializable
public 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, VVENUE
DAYLIGHT, 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, validateProperties
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLatestOnset, getOffsetFrom, getOffsetTo, getStartDate, validate
public Standard()
public Standard(PropertyList properties)
properties
- a list of propertiesprotected ComponentFactory<Standard> newFactory()
Component
newFactory
in class Component