|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.mojo.ParameterDescription
public class ParameterDescription
| Constructor Summary | |
|---|---|
ParameterDescription(String name,
String type,
String defaultValue,
String defaultPrefix,
boolean required,
boolean allowNull,
boolean cache,
String description,
String since)
|
|
| Method Summary | |
|---|---|
boolean |
getAllowNull()
|
boolean |
getCache()
|
String |
getDefaultPrefix()
|
String |
getDefaultValue()
|
String |
getDescription()
|
String |
getName()
|
boolean |
getRequired()
|
String |
getSince()
|
String |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterDescription(String name,
String type,
String defaultValue,
String defaultPrefix,
boolean required,
boolean allowNull,
boolean cache,
String description,
String since)
| Method Detail |
|---|
public boolean getCache()
public String getDefaultPrefix()
public String getDefaultValue()
public String getDescription()
public String getName()
public boolean getRequired()
public String getType()
public boolean getAllowNull()
public String getSince()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||