public class Link extends Object
Constructor and Description |
---|
Link() |
Modifier and Type | Method and Description |
---|---|
static Link |
buildLink(ObjectNode node) |
String |
getHref() |
String |
getRel() |
String |
getTitle() |
String |
getType() |
void |
setHref(String href) |
void |
setRel(String rel) |
void |
setTitle(String title) |
void |
setType(String type) |
String |
toString() |
public String getTitle()
public void setTitle(String title)
public String getHref()
public void setHref(String href)
public String getRel()
public void setRel(String rel)
public String getType()
public void setType(String type)
public static Link buildLink(ObjectNode node)
Copyright © 1996–2021 Geotools. All rights reserved.