com.mrami.libre.ClassGenerator.input
Class CGthrows

java.lang.Object
  extended bycom.mrami.libre.ClassGenerator.input.CGthrows
All Implemented Interfaces:
java.io.Serializable

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

Class CGthrows.

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

Constructor Summary
CGthrows()
           
 
Method Summary
 void addCGtype(CGtype vCGtype)
          Method addCGtype
 void addCGtype(int index, CGtype vCGtype)
          Method addCGtype
 java.util.Enumeration enumerateCGtype()
          Method enumerateCGtype
 CGtype[] getCGtype()
          Method getCGtype
 CGtype getCGtype(int index)
          Method getCGtype
 int getCGtypeCount()
          Method getCGtypeCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllCGtype()
          Method removeAllCGtype
 CGtype removeCGtype(int index)
          Method removeCGtype
 void setCGtype(CGtype[] CGtypeArray)
          Method setCGtype
 void setCGtype(int index, CGtype vCGtype)
          Method setCGtype
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGthrows

public CGthrows()
Method Detail

addCGtype

public void addCGtype(CGtype vCGtype)
               throws java.lang.IndexOutOfBoundsException
Method addCGtype

Parameters:
vCGtype -
Throws:
java.lang.IndexOutOfBoundsException

addCGtype

public void addCGtype(int index,
                      CGtype vCGtype)
               throws java.lang.IndexOutOfBoundsException
Method addCGtype

Parameters:
index -
vCGtype -
Throws:
java.lang.IndexOutOfBoundsException

enumerateCGtype

public java.util.Enumeration enumerateCGtype()
Method enumerateCGtype

Returns:
Enumeration

getCGtype

public CGtype getCGtype(int index)
                 throws java.lang.IndexOutOfBoundsException
Method getCGtype

Parameters:
index -
Returns:
CGtype
Throws:
java.lang.IndexOutOfBoundsException

getCGtype

public CGtype[] getCGtype()
Method getCGtype

Returns:
CGtype

getCGtypeCount

public int getCGtypeCount()
Method getCGtypeCount

Returns:
int

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

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
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllCGtype

public void removeAllCGtype()
Method removeAllCGtype


removeCGtype

public CGtype removeCGtype(int index)
Method removeCGtype

Parameters:
index -
Returns:
CGtype

setCGtype

public void setCGtype(int index,
                      CGtype vCGtype)
               throws java.lang.IndexOutOfBoundsException
Method setCGtype

Parameters:
index -
vCGtype -
Throws:
java.lang.IndexOutOfBoundsException

setCGtype

public void setCGtype(CGtype[] CGtypeArray)
Method setCGtype

Parameters:
CGtypeArray -

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

Throws:
org.exolab.castor.xml.ValidationException