|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILink
Common interface for Links.
Nested Class Summary | |
---|---|
static class |
ILink.Rel
The Rel class defines constants for some common link relation types. |
static class |
ILink.Type
The Type class contains several common link content types. |
Method Summary | |
---|---|
java.lang.String |
getRel()
Returns the link relation type. |
java.lang.String |
getType()
Returns the mime type of the link. |
void |
setRel(java.lang.String rel)
Sets the link relation type. |
void |
setType(java.lang.String type)
Sets the mime type of the link. |
Methods inherited from interface com.google.gdata.data.Reference |
---|
getHref, setHref |
Method Detail |
---|
java.lang.String getRel()
ILink.Rel
class.
ILink.Rel
void setRel(java.lang.String rel)
java.lang.String getType()
void setType(java.lang.String type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |