org.apache.tapestry.mojo
Class ParameterDescription

java.lang.Object
  extended by org.apache.tapestry.mojo.ParameterDescription

public class ParameterDescription
extends Object


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

ParameterDescription

public ParameterDescription(String name,
                            String type,
                            String defaultValue,
                            String defaultPrefix,
                            boolean required,
                            boolean allowNull,
                            boolean cache,
                            String description,
                            String since)
Method Detail

getCache

public boolean getCache()

getDefaultPrefix

public String getDefaultPrefix()

getDefaultValue

public String getDefaultValue()

getDescription

public String getDescription()

getName

public String getName()

getRequired

public boolean getRequired()

getType

public String getType()

getAllowNull

public boolean getAllowNull()

getSince

public String getSince()


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.