public interface

IGenerator

com.google.gdata.data.IGenerator
Known Indirect Subclasses

Class Overview

Shared generator interface.

Summary

Public Methods
abstract String getHref()
Returns the version uri of the generator.
abstract String getName()
Returns the name of the generator.
abstract String getVersion()
Returns the version attribute of the generator.

Public Methods

public abstract String getHref ()

Returns the version uri of the generator.

public abstract String getName ()

Returns the name of the generator.

public abstract String getVersion ()

Returns the version attribute of the generator.