public class ParameterDescription extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowNull |
boolean |
cache |
String |
defaultPrefix |
String |
defaultValue |
boolean |
deprecated |
com.sun.javadoc.FieldDoc |
field |
String |
name |
boolean |
required |
String |
since |
String |
type |
Constructor and Description |
---|
ParameterDescription(com.sun.javadoc.FieldDoc fieldDoc,
String name,
String type,
String defaultValue,
String defaultPrefix,
boolean required,
boolean allowNull,
boolean cache,
String since,
boolean deprecated) |
Modifier and Type | Method and Description |
---|---|
String |
extractDescription()
Extracts the description, converting Text and @link nodes as needed into markup text.
|
public final com.sun.javadoc.FieldDoc field
public final String defaultValue
public final String defaultPrefix
public final boolean required
public final boolean allowNull
public final boolean cache
public final boolean deprecated
public String extractDescription() throws IOException
IOException
- if some error occurs.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.