org.scrashmeow.ojb.console.config
Class Nav

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

public class Nav
extends GeneratedObject
implements java.io.Serializable

Class Nav.

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

Constructor Summary
Nav()
           
 
Method Summary
 void addNavParam(int index, NavParam vNavParam)
          Method addNavParam
 void addNavParam(NavParam vNavParam)
          Method addNavParam
 void clearNavParam()
          Method clearNavParam
 java.util.Enumeration enumerateNavParam()
          Method enumerateNavParam
 java.lang.String getId()
          Method getIdReturns the value of field 'id'.
 java.lang.String getKey()
          Method getKeyReturns the value of field 'key'.
 NavParam[] getNavParam()
          Method getNavParam
 NavParam getNavParam(int index)
          Method getNavParam
 int getNavParamCount()
          Method getNavParamCount
 java.lang.String getPath()
          Method getPathReturns the value of field 'path'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeNavParam(NavParam vNavParam)
          Method removeNavParam
 void setId(java.lang.String id)
          Method setIdSets the value of field 'id'.
 void setKey(java.lang.String key)
          Method setKeySets the value of field 'key'.
 void setNavParam(int index, NavParam vNavParam)
          Method setNavParam
 void setNavParam(NavParam[] navParamArray)
          Method setNavParam
 void setPath(java.lang.String path)
          Method setPathSets the value of field 'path'.
static Nav 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

Nav

public Nav()
Method Detail

addNavParam

public void addNavParam(NavParam vNavParam)
                 throws java.lang.IndexOutOfBoundsException
Method addNavParam

Parameters:
vNavParam -
java.lang.IndexOutOfBoundsException

addNavParam

public void addNavParam(int index,
                        NavParam vNavParam)
                 throws java.lang.IndexOutOfBoundsException
Method addNavParam

Parameters:
index -
vNavParam -
java.lang.IndexOutOfBoundsException

clearNavParam

public void clearNavParam()
Method clearNavParam


enumerateNavParam

public java.util.Enumeration enumerateNavParam()
Method enumerateNavParam


getId

public java.lang.String getId()
Method getIdReturns the value of field 'id'.

Returns:
the value of field 'id'.

getKey

public java.lang.String getKey()
Method getKeyReturns the value of field 'key'.

Returns:
the value of field 'key'.

getNavParam

public NavParam getNavParam(int index)
                     throws java.lang.IndexOutOfBoundsException
Method getNavParam

Parameters:
index -
java.lang.IndexOutOfBoundsException

getNavParam

public NavParam[] getNavParam()
Method getNavParam


getNavParamCount

public int getNavParamCount()
Method getNavParamCount


getPath

public java.lang.String getPath()
Method getPathReturns the value of field 'path'.

Returns:
the value of field 'path'.

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

removeNavParam

public boolean removeNavParam(NavParam vNavParam)
Method removeNavParam

Parameters:
vNavParam -

setId

public void setId(java.lang.String id)
Method setIdSets the value of field 'id'.

Parameters:
id - the value of field 'id'.

setKey

public void setKey(java.lang.String key)
Method setKeySets the value of field 'key'.

Parameters:
key - the value of field 'key'.

setNavParam

public void setNavParam(int index,
                        NavParam vNavParam)
                 throws java.lang.IndexOutOfBoundsException
Method setNavParam

Parameters:
index -
vNavParam -
java.lang.IndexOutOfBoundsException

setNavParam

public void setNavParam(NavParam[] navParamArray)
Method setNavParam

Parameters:
navParamArray -

setPath

public void setPath(java.lang.String path)
Method setPathSets the value of field 'path'.

Parameters:
path - the value of field 'path'.

unmarshal

public static Nav 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.