org.exolab.castor.mapping.xml
public class CacheTypeMapping extends Object implements Serializable
Version: $Revision: 6104 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
Constructor Summary | |
---|---|
CacheTypeMapping() |
Method Summary | |
---|---|
void | addParam(Param vParam)
Method addParam
|
void | addParam(int index, Param vParam)
Method addParam
|
void | clearParam()
Method clearParam
|
void | deleteCapacity()
Method deleteCapacity
|
void | deleteDebug()
Method deleteDebug
|
Enumeration | enumerateParam()
Method enumerateParam
|
int | getCapacity()
Returns the value of field 'capacity'.
|
boolean | getDebug()
Returns the value of field 'debug'.
|
Param | getParam(int index)
Method getParam
|
Param[] | getParam()
Method getParam
|
int | getParamCount()
Method getParamCount
|
String | getType()
Returns the value of field 'type'.
|
boolean | hasCapacity()
Method hasCapacity
|
boolean | hasDebug()
Method hasDebug
|
boolean | isValid()
Method isValid
|
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
boolean | removeParam(Param vParam)
Method removeParam
|
void | setCapacity(int capacity)
Sets the value of field 'capacity'.
|
void | setDebug(boolean debug)
Sets the value of field 'debug'.
|
void | setParam(int index, Param vParam)
Method setParam
|
void | setParam(Param[] paramArray)
Method setParam
|
void | setType(String type)
Sets the value of field 'type'.
|
static CacheTypeMapping | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate
|
Parameters: vParam
Parameters: index vParam
Returns: Enumeration
Returns: int the value of field 'capacity'.
Returns: boolean the value of field 'debug'.
Parameters: index
Returns: Param
Returns: Param
Returns: int
Returns: String the value of field 'type'.
Returns: boolean
Returns: boolean
Returns: boolean
Parameters: out
Parameters: handler
Parameters: vParam
Returns: boolean
Parameters: capacity the value of field 'capacity'.
Parameters: debug the value of field 'debug'.
Parameters: index vParam
Parameters: paramArray
Parameters: type the value of field 'type'.
Parameters: reader
Returns: CacheTypeMapping