public class LinkArgument extends Object
Represents a link pair (href, packages). The packages are comma separated.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public String | getHref()Get the href attribute. | 
|  | public String | getPackages()Get the packages attribute. | 
|  | public void | setHref(String hr)Set the href attribute. | 
|  | public void | setPackages(String packages)Set the packages attribute. | 
Get the href attribute.
Get the packages attribute.
Set the href attribute.
hr -  a String value representing the URL to use for this linkSet the packages attribute.
packages -  the comma separated package prefixes corresponding to this link