| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.gd.Ordering | |
Control ordering for a set of atom entries.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Ordering.Rel | Order type. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| KEY | The key for this element. | ||||||||||
| NEXT | Next element. | ||||||||||
| ORDER_ID | Ordered feed id. | ||||||||||
| PREV | Previous element. | ||||||||||
| REF | Other entry id. | ||||||||||
| REL | Order type. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance using the default key.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclass constructor, allows subclasses to supply their own element key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the next element.
| |||||||||||
Returns the ordered feed id.
| |||||||||||
Returns the previous element.
| |||||||||||
Returns the other entry id.
| |||||||||||
Returns the order type.
| |||||||||||
Returns whether it has the next element.
| |||||||||||
Returns whether it has the ordered feed id.
| |||||||||||
Returns whether it has the previous element.
| |||||||||||
Returns whether it has the other entry id.
| |||||||||||
Returns whether it has the order type.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Sets the next element.
| |||||||||||
Sets the ordered feed id.
| |||||||||||
Sets the previous element.
| |||||||||||
Sets the other entry id.
| |||||||||||
Sets the order type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs an instance using the default key.
Subclass constructor, allows subclasses to supply their own element key.
| key |
|---|
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. Will use the given ElementKey as the key
for the element. This constructor is used when adapting from one element
key to another. You cannot call this constructor directly, instead use
createElement(ElementKey, Element).
| key | The key to use for this element. |
|---|---|
| source | Source element |
| obj |
|---|
Returns the next element.
Returns the ordered feed id.
Returns the previous element.
Returns the other entry id.
Returns the order type.
Returns whether it has the next element.
Returns whether it has the ordered feed id.
Returns whether it has the previous element.
Returns whether it has the other entry id.
Returns whether it has the order type.
Locks this element. A locked element cannot have any changes made to its content or its attributes or child elements. This will also lock all attributes and child elements as well. Once this method has been called, this element can be safely published to other threads.
Registers the metadata for this element.
| registry |
|---|
Sets the next element.
| next | Next element or null to reset |
|---|
Sets the ordered feed id.
| orderId | Ordered feed id or null to reset |
|---|
Sets the previous element.
| prev | Previous element or null to reset |
|---|
Sets the other entry id.
| ref | Other entry id or null to reset |
|---|
Sets the order type.
| rel | Order type or null to reset |
|---|