| Package | Description |
|---|---|
| com.google.gdata.model |
| Modifier and Type | Method and Description |
|---|---|
<D> AttributeMetadata<D> |
Schema.bind(ElementKey<?,?> parent,
AttributeKey<D> attribute)
Returns the default metadata for the given attribute.
|
<D> AttributeMetadata<D> |
Schema.bind(ElementKey<?,?> parent,
AttributeKey<D> attribute,
MetadataContext context)
Returns the metadata for the attribute, bound to the context.
|
AttributeMetadata<D> |
AttributeMetadata.bind(MetadataContext context)
Binds this attribute metadata to the given context.
|
<K> AttributeMetadata<K> |
ForwardingElementMetadata.bindAttribute(AttributeKey<K> key) |
<K> AttributeMetadata<K> |
ElementMetadata.bindAttribute(AttributeKey<K> key)
Binds the attribute metadata associated with a particular key.
|
AttributeMetadata<?> |
Path.getSelectedAttribute()
Returns the attribute type currently selected by the path or
null
if the path selects an element or is relative. |
Copyright © 2012. All Rights Reserved.