| Constructor and Description | 
|---|
| GroupArgument()Constructor for GroupArgument | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addPackage(Javadoc.PackageName pn)Add a package nested element. | 
| void | addTitle(Javadoc.Html text)Set the title attribute using a nested Html value. | 
| String | getPackages()Get the packages as a colon separated list. | 
| String | getTitle()Get the title. | 
| void | setPackages(String src)Set the packages to Javadoc on. | 
| void | setTitle(String src)Set the title attribute using a string. | 
public void addPackage(Javadoc.PackageName pn)
pn - a nested element specifying the package.public void addTitle(Javadoc.Html text)
text - a Html valuepublic String getPackages()
public String getTitle()
public void setPackages(String src)
src - a comma separated list of packagespublic void setTitle(String src)
src - a String value