| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.extensions.When | ||
GData schema extension describing a period of time.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | END_TIME | XML "endTime" attribute name | |||||||||
| String | START_TIME | XML "startTime" attribute name | |||||||||
| String | VALUE_STRING | XML "valueString" attribute name | |||||||||
| String | WHEN | XML "when" element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endTime | Event end time (optional). | ||||||||||
| rel | |||||||||||
| startTime | Event start time (required). | ||||||||||
| valueString | String description of the event times. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the suggested extension description and is repeatable.
| |||||||||||
Returns the suggested extension description with configurable
repeatabilty.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "endTime" attribute name
XML "startTime" attribute name
XML "valueString" attribute name
XML "when" element name
String description of the event times.
Returns the suggested extension description and is repeatable.
Returns the suggested extension description with configurable repeatabilty.
| repeatable |
|---|
| v |
|---|
| v |
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.
| IllegalStateException |
|---|