public interface

ICategory

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

Class Overview

Shared Category interface.

Summary

Public Methods
abstract String getLabel()
Returns the category label or null if there is no label value.
abstract String getScheme()
Returns the category scheme or null if the category does not have a scheme.
abstract String getTerm()
Returns the category term.

Public Methods

public abstract String getLabel ()

Returns the category label or null if there is no label value.

Returns
  • category label (or @code null}.

public abstract String getScheme ()

Returns the category scheme or null if the category does not have a scheme.

Returns
  • category scheme or null.

public abstract String getTerm ()

Returns the category term.

Returns
  • category term value.