| java.lang.Object | |
| ↳ | com.google.gdata.model.MetadataKey<D> |
Known Direct Subclasses
|
A key representing a particular metadata instance. All metadata keys have at
least an ID and a datatype. Metadata keys have a natural ordering based first
on key type, then on the natural ordering within that key type. Metadata keys
also support equivalence and matching, both of which are defined by subtypes.
See AttributeKey and ElementKey for the details.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| datatype | |||||||||||
| id | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the datatype of the property.
| |||||||||||
Returns the id of the property.
| |||||||||||
Returns
true if this key matches the given key. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Returns the datatype of the property. This the type of the attribute value or the text content of an element.
Returns the id of the property. This is the canonical name of the property, and will stay the same across transforms and contexts. It is based on the XML schema for the atom representation.
Returns true if this key matches the given key.
| other |
|---|