java.lang.Object
ro.nolimits.rue.conf.Viewer
- All Implemented Interfaces:
- java.io.Serializable
- public class Viewer
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 0.5.1.1 $ $Date: 2000/08/01 10:52:14 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_className
private java.lang.String _className
_paramList
private java.util.Vector _paramList
Viewer
public Viewer()
addParam
public void addParam(Param vParam)
throws java.lang.IndexOutOfBoundsException
enumerateParam
public java.util.Enumeration enumerateParam()
getClassName
public java.lang.String getClassName()
getParam
public Param getParam(int index)
throws java.lang.IndexOutOfBoundsException
getParam
public Param[] getParam()
getParamCount
public int getParamCount()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
removeAllParam
public void removeAllParam()
removeParam
public Param removeParam(int index)
setClassName
public void setClassName(java.lang.String _className)
setParam
public void setParam(Param vParam,
int index)
throws java.lang.IndexOutOfBoundsException
unmarshal
public static Viewer unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
validate
public void validate()
throws org.exolab.castor.xml.ValidationException