| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.Link | |||
| ↳ | com.google.gdata.data.extensions.EntryLink<E extends com.google.gdata.data.BaseEntry<?>> | |||
The EntryLink class defines the object model for a link entity that refers to a GData entry. The entry content may be included inline via child elements of the entry link or only included by reference.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entry | Nested entry (optional). | ||||||||||
| entryClass | Nested entry class. | ||||||||||
| readOnly | Read only flag. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.Link
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an entry link that points to an
Entry. | |||||||||||
Constructs an entry link that points to the given entry type.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates an XML representation for the extension.
| |||||||||||
Returns the suggested extension description.
| |||||||||||
The default implementation uses the
AbstractExtension.AttributesHandler to handle
parsing the extension. | |||||||||||
Returns the mime type of the link.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called to visit all children of this extension point.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.Link
| |||||||||||
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
| |||||||||||
From interface
com.google.gdata.data.ILink
| |||||||||||
From interface
com.google.gdata.data.Reference
| |||||||||||
Read only flag.
Constructs an entry link that points to the given entry type.
| entryClass | Entry class. |
|---|
Generates an XML representation for the extension.
| w | XML writer |
|---|---|
| extProfile | Extension profile |
| IOException |
|---|
Returns the suggested extension description.
The default implementation uses the AbstractExtension.AttributesHandler to handle
parsing the extension.
| extProfile | Extension profile |
|---|---|
| namespace | Extension namespace |
| localName | Tag name, without the namespace prefix |
| attrs | Tag attributes |
Returns the mime type of the link.
| v |
|---|
| v |
|---|
Called to visit all children of this extension point.
| ev | The extension visitor. |
|---|