org.exolab.castor.mapping.xml
public class KeyGeneratorDef extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:36 $
Constructor Summary | |
---|---|
KeyGeneratorDef() |
Method Summary | |
---|---|
void | addParam(Param vParam) |
Enumeration | enumerateParam() |
String | getAlias() |
String | getName() |
Param | getParam(int index) |
Param[] | getParam() |
int | getParamCount() |
boolean | isValid() |
void | marshal(Writer out) |
void | marshal(DocumentHandler handler) |
void | removeAllParam() |
Param | removeParam(int index) |
void | setAlias(String _alias) |
void | setName(String _name) |
void | setParam(Param vParam, int index) |
void | setParam(Param[] paramArray) |
static KeyGeneratorDef | unmarshal(Reader reader) |
void | validate() |
Parameters: vParam
Parameters: index
Parameters: out
Parameters: handler
Parameters: index
Parameters: _alias
Parameters: _name
Parameters: vParam index
Parameters: paramArray
Parameters: reader