public class Link extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Link.Type |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Link.Type |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setType(Link.Type type) |
void |
setValue(String value) |
Copyright © 2017. All rights reserved.