|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.mapping.xml.CacheTypeMapping
public class CacheTypeMapping
Class CacheTypeMapping.
| Constructor Summary | |
|---|---|
CacheTypeMapping()
|
|
| Method Summary | |
|---|---|
void |
addParam(int index,
Param vParam)
Method addParam |
void |
addParam(Param vParam)
Method addParam |
void |
clearParam()
Method clearParam |
void |
deleteCapacity()
Method deleteCapacity |
void |
deleteDebug()
Method deleteDebug |
java.util.Enumeration |
enumerateParam()
Method enumerateParam |
long |
getCapacity()
Returns the value of field 'capacity'. |
boolean |
getDebug()
Returns the value of field 'debug'. |
Param[] |
getParam()
Method getParam |
Param |
getParam(int index)
Method getParam |
int |
getParamCount()
Method getParamCount |
java.lang.String |
getType()
Returns the value of field 'type'. |
boolean |
hasCapacity()
Method hasCapacity |
boolean |
hasDebug()
Method hasDebug |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeParam(Param vParam)
Method removeParam |
void |
setCapacity(long 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(java.lang.String type)
Sets the value of field 'type'. |
static CacheTypeMapping |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheTypeMapping()
| Method Detail |
|---|
public void addParam(Param vParam)
throws java.lang.IndexOutOfBoundsException
vParam -
java.lang.IndexOutOfBoundsException
public void addParam(int index,
Param vParam)
throws java.lang.IndexOutOfBoundsException
index - vParam -
java.lang.IndexOutOfBoundsExceptionpublic void clearParam()
public void deleteCapacity()
public void deleteDebug()
public java.util.Enumeration enumerateParam()
public long getCapacity()
public boolean getDebug()
public Param getParam(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic Param[] getParam()
public int getParamCount()
public java.lang.String getType()
public boolean hasCapacity()
public boolean hasDebug()
public boolean isValid()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
MarshalException,
ValidationException
handler -
java.io.IOException
MarshalException
ValidationExceptionpublic boolean removeParam(Param vParam)
vParam -
public void setCapacity(long capacity)
capacity - the value of field 'capacity'.public void setDebug(boolean debug)
debug - the value of field 'debug'.
public void setParam(int index,
Param vParam)
throws java.lang.IndexOutOfBoundsException
index - vParam -
java.lang.IndexOutOfBoundsExceptionpublic void setParam(Param[] paramArray)
paramArray - public void setType(java.lang.String type)
type - the value of field 'type'.
public static CacheTypeMapping unmarshal(java.io.Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||