|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdbf.engine.configuration
Interface Configuration

- All Known Implementing Classes:
- AbstractConfiguration
- public interface Configuration
Configuration is a configuration represented in the XML format
| Method Summary | |
Configuration |
getConfiguration(java.lang.String name)
Return child node of this configuration with the given name |
Configuration |
getConfiguration(java.lang.String name,
java.lang.String defaultValue)
Return child node of this configuration with the given name |
java.util.Iterator |
getConfigurations(java.lang.String name)
Return child nodes of this configuration with the given name |
float |
getFloatValue()
Return the value of this configuration as float |
int |
getIntValue()
Return the value of this configuration as int |
java.lang.String |
getName()
Return the name of this configuration |
java.lang.String |
getValue()
Return the value of this configuration as String |
java.lang.String |
getValue(java.lang.String defaultValue)
Return the value of this configuration as String |
| Method Detail |
getName
public java.lang.String getName()
- Return the name of this configuration
getConfiguration
public Configuration getConfiguration(java.lang.String name)
- Return child node of this configuration with the given name
getConfiguration
public Configuration getConfiguration(java.lang.String name, java.lang.String defaultValue)
- Return child node of this configuration with the given name
getConfigurations
public java.util.Iterator getConfigurations(java.lang.String name)
- Return child nodes of this configuration with the given name
getIntValue
public int getIntValue()
throws java.lang.NumberFormatException
- Return the value of this configuration as int
getFloatValue
public float getFloatValue()
throws java.lang.NumberFormatException
- Return the value of this configuration as float
getValue
public java.lang.String getValue()
- Return the value of this configuration as String
getValue
public java.lang.String getValue(java.lang.String defaultValue)
- Return the value of this configuration as String
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC