org.scrashmeow.ojb.console.config
Class NavigationDefinitions

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.GeneratedObject
        |
        +--org.scrashmeow.ojb.console.config.NavigationDefinitions
All Implemented Interfaces:
java.io.Serializable

public class NavigationDefinitions
extends GeneratedObject
implements java.io.Serializable

Class NavigationDefinitions.

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

Constructor Summary
NavigationDefinitions()
           
 
Method Summary
 void addNav(int index, Nav vNav)
          Method addNav
 void addNav(Nav vNav)
          Method addNav
 void clearNav()
          Method clearNav
 java.util.Enumeration enumerateNav()
          Method enumerateNav
 Nav[] getNav()
          Method getNav
 Nav getNav(int index)
          Method getNav
 int getNavCount()
          Method getNavCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeNav(Nav vNav)
          Method removeNav
 void setNav(int index, Nav vNav)
          Method setNav
 void setNav(Nav[] navArray)
          Method setNav
static NavigationDefinitions 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

NavigationDefinitions

public NavigationDefinitions()
Method Detail

addNav

public void addNav(Nav vNav)
            throws java.lang.IndexOutOfBoundsException
Method addNav

Parameters:
vNav -
java.lang.IndexOutOfBoundsException

addNav

public void addNav(int index,
                   Nav vNav)
            throws java.lang.IndexOutOfBoundsException
Method addNav

Parameters:
index -
vNav -
java.lang.IndexOutOfBoundsException

clearNav

public void clearNav()
Method clearNav


enumerateNav

public java.util.Enumeration enumerateNav()
Method enumerateNav


getNav

public Nav getNav(int index)
           throws java.lang.IndexOutOfBoundsException
Method getNav

Parameters:
index -
java.lang.IndexOutOfBoundsException

getNav

public Nav[] getNav()
Method getNav


getNavCount

public int getNavCount()
Method getNavCount


isValid

public boolean isValid()
Method isValid


marshal

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

Parameters:
out -
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 -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeNav

public boolean removeNav(Nav vNav)
Method removeNav

Parameters:
vNav -

setNav

public void setNav(int index,
                   Nav vNav)
            throws java.lang.IndexOutOfBoundsException
Method setNav

Parameters:
index -
vNav -
java.lang.IndexOutOfBoundsException

setNav

public void setNav(Nav[] navArray)
Method setNav

Parameters:
navArray -

unmarshal

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

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

org.exolab.castor.xml.ValidationException


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.