public interface SHyperlink
Modifier and Type | Interface and Description |
---|---|
static class |
SHyperlink.HyperlinkType |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getLabel() |
SHyperlink.HyperlinkType |
getType() |
void |
setAddress(String address) |
void |
setLabel(String label) |
void |
setType(SHyperlink.HyperlinkType type) |
SHyperlink.HyperlinkType getType()
String getAddress()
String getLabel()
void setType(SHyperlink.HyperlinkType type)
void setAddress(String address)
void setLabel(String label)
Copyright © 2020. All rights reserved.