public class Link extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTUATE |
protected static String |
ARCROLE |
protected static String |
HREF |
protected static String |
ROLE |
protected static String |
SHOW |
protected static String |
TITLE |
| Constructor and Description |
|---|
Link(URI href) |
Link(URI href,
String title) |
Link(URI href,
URI role,
URI arcrole,
String title,
Show show,
Actuate actuate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Optional<Actuate> |
getActuate() |
Optional<URI> |
getArcrole() |
Optional<URI> |
getHref() |
Optional<URI> |
getRole() |
Optional<Show> |
getShow() |
Optional<String> |
getTitle() |
int |
hashCode() |
protected static final String HREF
protected static final String ROLE
protected static final String ARCROLE
protected static final String TITLE
protected static final String SHOW
protected static final String ACTUATE
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.