Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ro.nolimits.rue.conf
Class Viewer  view Viewer download Viewer.java

java.lang.Object
  extended byro.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 $

Field Summary
private  java.lang.String _className
           
private  java.util.Vector _paramList
           
 
Constructor Summary
Viewer()
           
 
Method Summary
 void addParam(Param vParam)
           
 java.util.Enumeration enumerateParam()
           
 java.lang.String getClassName()
           
 Param[] getParam()
           
 Param getParam(int index)
           
 int getParamCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllParam()
           
 Param removeParam(int index)
           
 void setClassName(java.lang.String _className)
           
 void setParam(Param vParam, int index)
           
static Viewer unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_className

private java.lang.String _className

_paramList

private java.util.Vector _paramList
Constructor Detail

Viewer

public Viewer()
Method Detail

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