| java.lang.Object | |
| ↳ | com.google.gdata.model.Schema |
An immutable set of metadata. Stores an entire tree of metadata about a
service or feed provider in a fast, cached, immutable form, so that runtime
use of metadata is very cheap. Schemas can be created by using a
MetadataRegistry, which can be created using builder().
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributes | |||||||||||
| elements | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the metadata for the child element in the parent.
| |||||||||||
Returns the metadata for the element key bound to the context.
| |||||||||||
Returns the default metadata for the element key.
| |||||||||||
Returns the metadata for the attribute, bound to the context.
| |||||||||||
Returns the default metadata for the given attribute.
| |||||||||||
Returns the metadata for the child element in the parent, bound to the
context.
| |||||||||||
Static factory method to allow the standard code of
Schema.builder() to return something useful. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the metadata for the child element in the parent.
| parent | |
|---|---|
| child |
Returns the metadata for the element key bound to the context.
| key | |
|---|---|
| context |
Returns the default metadata for the element key.
| key |
|---|
Returns the metadata for the attribute, bound to the context.
| parent | |
|---|---|
| attribute | |
| context |
Returns the default metadata for the given attribute.
| parent | |
|---|---|
| attribute |
Returns the metadata for the child element in the parent, bound to the context.
| parent | |
|---|---|
| child | |
| context |
Static factory method to allow the standard code of
Schema.builder() to return something useful.