public interface Hyperlink
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Hyperlink address.
|
String |
getLabel()
Return text label for this hyperlink
|
HyperlinkType |
getType()
Return the type of this hyperlink
|
void |
setAddress(String address)
Hyperlink address.
|
void |
setLabel(String label)
Sets text label for this hyperlink
|
String getAddress()
void setAddress(String address)
address - the address of this hyperlinkString getLabel()
void setLabel(String label)
label - text label for this hyperlinkHyperlinkType getType()