public interface ILink extends Reference
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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)