org.exolab.castor.mapping.xml
public class KeyGeneratorDef extends Object implements Serializable
Version: $Revision: 6104 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
| Constructor Summary | |
|---|---|
| KeyGeneratorDef() | |
| 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 | getAlias()
Returns the value of field 'alias'.
|
| String | getName()
Returns the value of field 'name'.
|
| Param | getParam(int index)
Method getParam
|
| Param[] | getParam()
Method getParam
|
| int | getParamCount()
Method getParamCount
|
| boolean | isValid()
Method isValid
|
| void | marshal(Writer out)
Method marshal
|
| void | marshal(ContentHandler handler)
Method marshal
|
| boolean | removeParam(Param vParam)
Method removeParam
|
| void | setAlias(String alias)
Sets the value of field 'alias'.
|
| void | setName(String name)
Sets the value of field 'name'.
|
| void | setParam(int index, Param vParam)
Method setParam
|
| void | setParam(Param[] paramArray)
Method setParam
|
| static KeyGeneratorDef | unmarshal(Reader reader)
Method unmarshal
|
| void | validate()
Method validate
|
Parameters: vParam
Parameters: index vParam
Returns: Enumeration
Returns: String the value of field 'alias'.
Returns: String the value of field 'name'.
Parameters: index
Returns: Param
Returns: Param
Returns: int
Returns: boolean
Parameters: out
Parameters: handler
Parameters: vParam
Returns: boolean
Parameters: alias the value of field 'alias'.
Parameters: name the value of field 'name'.
Parameters: index vParam
Parameters: paramArray
Parameters: reader
Returns: KeyGeneratorDef