public interface

ILink

implements Reference
com.google.gdata.data.ILink
Known Indirect Subclasses

Class Overview

Common interface for Links.

Summary

Nested Classes
class ILink.Rel The Rel class defines constants for some common link relation types. 
class ILink.Type The Type class contains several common link content types. 
Public Methods
abstract String getRel()
Returns the link relation type.
abstract String getType()
Returns the mime type of the link.
abstract void setRel(String rel)
Sets the link relation type.
abstract void setType(String type)
Sets the mime type of the link.
[Expand]
Inherited Methods
From interface com.google.gdata.data.Reference

Public Methods

public abstract String getRel ()

Returns the link relation type. Common values are defined in the ILink.Rel class.

See Also

public abstract String getType ()

Returns the mime type of the link.

public abstract void setRel (String rel)

Sets the link relation type.

Parameters
rel

public abstract void setType (String type)

Sets the mime type of the link.

Parameters
type