public interface

AttributeMetadata

implements Metadata<D>
com.google.gdata.model.AttributeMetadata<D>

Class Overview

Metadata describing an attribute. Attribute metadata includes the id, name, and datatype of an attribute, as well whether that metadata is required, declared, or visible. New attribute instances can only be created as part of an element, see addAttribute(AttributeKey).

See the Metadata interface for the properties shared between attribute metadata and ElementMetadata.

Summary

Public Methods
abstract AttributeMetadata<D> bind(MetadataContext context)
Binds this attribute metadata to the given context.
abstract AttributeKey<D> getKey()
Returns the attribute key for this attribute metadata.
[Expand]
Inherited Methods
From interface com.google.gdata.model.Metadata

Public Methods

public abstract AttributeMetadata<D> bind (MetadataContext context)

Binds this attribute metadata to the given context.

Parameters
context

public abstract AttributeKey<D> getKey ()

Returns the attribute key for this attribute metadata.