|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jca.cfg.ConfigPropertyConfig
public class ConfigPropertyConfig
Configuration for a connector configuration property.
Constructor Summary | |
---|---|
ConfigPropertyConfig()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the config property name. |
java.lang.Class |
getType()
Gets the config property type. |
java.lang.Object |
getValue()
Gets the config property default value. |
void |
setConfigPropertyName(java.lang.String name)
Sets the config property name. |
void |
setConfigPropertyType(java.lang.Class type)
Sets the config property type. |
void |
setConfigPropertyValue(java.lang.Object value)
Sets the config property default value. |
void |
setDescription(java.lang.String description)
Sets the property description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigPropertyConfig()
Method Detail |
---|
public void setDescription(java.lang.String description)
public void setConfigPropertyName(java.lang.String name)
public java.lang.String getName()
public void setConfigPropertyType(java.lang.Class type)
public java.lang.Class getType()
public void setConfigPropertyValue(java.lang.Object value)
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |