Class CacheTypeMapping.
addParam
public void addParam(int index,
Param vParam)
throws java.lang.IndexOutOfBoundsException
addParam
public void addParam(Param vParam)
throws java.lang.IndexOutOfBoundsException
deleteCapacity
public void deleteCapacity()
deleteDebug
public void deleteDebug()
enumerateParam
public java.util.Enumeration enumerateParam()
Method enumerateParam.
- an Enumeration over all possible elements of this
collection
getCapacity
public long getCapacity()
Returns the value of field 'capacity'.
- the value of field 'Capacity'.
getDebug
public boolean getDebug()
Returns the value of field 'debug'.
- the value of field 'Debug'.
getParam
public Param[] getParam()
Method getParam.Returns the contents of the collection in an
Array.
Note: Just in case the collection contents are
changing in another thread, we pass a 0-length Array of the
correct type into the API call. This way we
know
that the Array returned is of exactly the correct length.
- this collection as an Array
getParam
public Param getParam(int index)
throws java.lang.IndexOutOfBoundsException
Method getParam.
- the value of the org.exolab.castor.mapping.xml.Param
at the given index
getParamCount
public int getParamCount()
Method getParamCount.
- the size of this collection
getType
public java.lang.String getType()
Returns the value of field 'type'.
- the value of field 'Type'.
hasCapacity
public boolean hasCapacity()
Method hasCapacity.
- true if at least one Capacity has been added
hasDebug
public boolean hasDebug()
Method hasDebug.
- true if at least one Debug has been added
isDebug
public boolean isDebug()
Returns the value of field 'debug'.
- the value of field 'Debug'.
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
iterateParam
public java.util.Iterator iterateParam()
Method iterateParam.
- an Iterator over all possible elements in this
collection
removeAllParam
public void removeAllParam()
removeParam
public boolean removeParam(Param vParam)
Method removeParam.
- true if the object was removed from the collection.
removeParamAt
public Param removeParamAt(int index)
Method removeParamAt.
- the element removed from the collection
setCapacity
public void setCapacity(long capacity)
Sets the value of field 'capacity'.
capacity
- the value of field 'capacity'.
setDebug
public void setDebug(boolean debug)
Sets the value of field 'debug'.
debug
- the value of field 'debug'.
setParam
public void setParam(int index,
Param vParam)
throws java.lang.IndexOutOfBoundsException
setParam
public void setParam(Param[] vParamArray)
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.
type
- the value of field 'type'.