org.apache.geronimo.console.databasemanager.wizard
Class DatabasePoolPortlet.ConfigParam

java.lang.Object
  extended by org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.ConfigParam
Enclosing class:
DatabasePoolPortlet

public static class DatabasePoolPortlet.ConfigParam
extends Object


Constructor Summary
DatabasePoolPortlet.ConfigParam(String name, String type, String description, String defaultValue)
           
 
Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabasePoolPortlet.ConfigParam

public DatabasePoolPortlet.ConfigParam(String name,
                                       String type,
                                       String description,
                                       String defaultValue)
Method Detail

getName

public String getName()

getType

public String getType()

getDescription

public String getDescription()

getDefaultValue

public String getDefaultValue()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.