public static interface

Kind.Adaptor

com.google.gdata.data.Kind.Adaptor
Known Indirect Subclasses

Class Overview

The Adaptor interface is implemented by Extension classes that provide extension declaration and data modeling support for specific GData kinds.

Summary

Public Methods
abstract void declareExtensions(ExtensionProfile extProfile)
Declares the ExtensionDescription of each Extension expected by the implementing ExtensionPoint in the target profile.

Public Methods

public abstract void declareExtensions (ExtensionProfile extProfile)

Declares the ExtensionDescription of each Extension expected by the implementing ExtensionPoint in the target profile. This API should generally not be called directly by clients; the addDeclarations(Kind.Adaptor) method should be used to declare extensions.

Parameters
extProfile The profile that should be extended.