org.apache.geronimo.console.jmsmanager.wizard
Class JMSProviderData.ConfigPropertyData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSProviderData.ConfigPropertyData
public JMSProviderData.ConfigPropertyData(String name,
String type,
String defaultValue,
String description)
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.