commgrids.nuggets.wiley.userconfig
Class Screennames

java.lang.Object
  extended bycommgrids.nuggets.wiley.userconfig.Screennames
All Implemented Interfaces:
java.io.Serializable

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

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Screennames()
           
 
Method Summary
 void addCol(Col vCol)
           
 void addCol(int index, Col vCol)
           
 java.util.Enumeration enumerateCol()
           
 Col[] getCol()
           
 Col getCol(int index)
           
 int getColCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllCol()
           
 Col removeCol(int index)
           
 void setCol(Col[] colArray)
           
 void setCol(int index, Col vCol)
           
static Screennames 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
 

Constructor Detail

Screennames

public Screennames()
Method Detail

addCol

public void addCol(Col vCol)
            throws java.lang.IndexOutOfBoundsException
Parameters:
vCol -
Throws:
java.lang.IndexOutOfBoundsException

addCol

public void addCol(int index,
                   Col vCol)
            throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vCol -
Throws:
java.lang.IndexOutOfBoundsException

enumerateCol

public java.util.Enumeration enumerateCol()

getCol

public Col getCol(int index)
           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getCol

public Col[] getCol()

getColCount

public int getColCount()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllCol

public void removeAllCol()

removeCol

public Col removeCol(int index)
Parameters:
index -

setCol

public void setCol(int index,
                   Col vCol)
            throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vCol -
Throws:
java.lang.IndexOutOfBoundsException

setCol

public void setCol(Col[] colArray)
Parameters:
colArray -

unmarshal

public static Screennames unmarshal(java.io.Reader reader)
                             throws org.exolab.castor.xml.MarshalException,
                                    org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException