public class Link extends Object
| Constructor | Description |
|---|---|
Link() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get the href attribute.
|
String |
getPackages() |
Get the packages attribute.
|
Link |
setHref(String newHref) |
Set the href attribute.
|
Link |
setPackages(String newPackages) |
Set the packages attribute.
|
public String getPackages()
public Link setPackages(String newPackages)
newPackages - the comma separated package prefixs corresponding to this linkpublic String getHref()
Copyright © 2011–2019. All rights reserved.