org.apache.geronimo.console.jmsmanager.wizard
Class JMSProviderData.ConfigPropertyData

java.lang.Object
  extended by org.apache.geronimo.console.jmsmanager.wizard.JMSProviderData.ConfigPropertyData
All Implemented Interfaces:
Serializable
Enclosing class:
JMSProviderData

public static class JMSProviderData.ConfigPropertyData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JMSProviderData.ConfigPropertyData(String name, String type, String defaultValue, String description)
           
 
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

JMSProviderData.ConfigPropertyData

public JMSProviderData.ConfigPropertyData(String name,
                                          String type,
                                          String defaultValue,
                                          String description)
Method Detail

getName

public String getName()

getType

public String getType()

getDefaultValue

public String getDefaultValue()

getDescription

public String getDescription()


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