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

Quick Search    Search Deep

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

java.lang.Object
  extended byro.nolimits.rue.conf.Param
All Implemented Interfaces:
java.io.Serializable

public class Param
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 0.5.1.1 $ $Date: 2000/08/01 10:52:16 $

Field Summary
private  java.lang.String _name
           
private  java.lang.String _value
           
 
Constructor Summary
Param()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setName(java.lang.String _name)
           
 void setValue(java.lang.String _value)
           
static Param 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

_value

private java.lang.String _value

_name

private java.lang.String _name
Constructor Detail

Param

public Param()
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

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

setName

public void setName(java.lang.String _name)

setValue

public void setValue(java.lang.String _value)

unmarshal

public static Param 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