org.castor.jdo.conf
public class Driver extends Object implements Serializable
Version: $Revision: 5979 $ $Date$
Constructor Summary | |
---|---|
Driver() |
Method Summary | |
---|---|
void | addParam(Param vParam)
Method addParam
|
void | addParam(int index, Param vParam)
Method addParam
|
void | clearParam()
Method clearParam
|
Enumeration | enumerateParam()
Method enumerateParam
|
String | getClassName()
Returns the value of field 'className'.
|
Param | getParam(int index)
Method getParam
|
Param[] | getParam()
Method getParam
|
int | getParamCount()
Method getParamCount
|
String | getUrl()
Returns the value of field 'url'.
|
boolean | isValid()
Method isValid
|
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
boolean | removeParam(Param vParam)
Method removeParam
|
void | setClassName(String className)
Sets the value of field 'className'.
|
void | setParam(int index, Param vParam)
Method setParam
|
void | setParam(Param[] paramArray)
Method setParam
|
void | setUrl(String url)
Sets the value of field 'url'.
|
static Driver | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate
|
Parameters: vParam
Parameters: index vParam
Returns: Enumeration
Returns: String the value of field 'className'.
Parameters: index
Returns: Param
Returns: Param
Returns: int
Returns: String the value of field 'url'.
Returns: boolean
Parameters: out
Parameters: handler
Parameters: vParam
Returns: boolean
Parameters: className the value of field 'className'.
Parameters: index vParam
Parameters: paramArray
Parameters: url the value of field 'url'.
Parameters: reader
Returns: Driver