addParam
public void addParam(int index,
Param vParam)
throws java.lang.IndexOutOfBoundsException
Method addParam
addParam
public void addParam(Param vParam)
throws java.lang.IndexOutOfBoundsException
Method addParam
clearParam
public void clearParam()
Method clearParam
deleteCapacity
public void deleteCapacity()
Method deleteCapacity
deleteDebug
public void deleteDebug()
Method deleteDebug
enumerateParam
public java.util.Enumeration enumerateParam()
Method enumerateParam
getCapacity
public int getCapacity()
Returns the value of field 'capacity'.
getDebug
public boolean getDebug()
Returns the value of field 'debug'.
getParam
public Param[] getParam()
Method getParam
getParam
public Param getParam(int index)
throws java.lang.IndexOutOfBoundsException
Method getParam
getParamCount
public int getParamCount()
Method getParamCount
getType
public java.lang.String getType()
Returns the value of field 'type'.
hasCapacity
public boolean hasCapacity()
Method hasCapacity
hasDebug
public boolean hasDebug()
Method hasDebug
isValid
public boolean isValid()
Method isValid
removeParam
public boolean removeParam(Param vParam)
Method removeParam
setCapacity
public void setCapacity(int 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
Method setParam
setParam
public void setParam(Param[] paramArray)
Method setParam
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.
type
- the value of field 'type'.