org.enableit.db.beans
Class Function

java.lang.Object
  |
  +--org.enableit.db.beans.Function
All Implemented Interfaces:
java.io.Serializable

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

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

Constructor Summary
Function()
           
 
Method Summary
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getPattern()
          Returns the value of field 'pattern'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setPattern(java.lang.String pattern)
          Sets the value of field 'pattern'.
static org.enableit.db.beans.Function 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

Function

public Function()
Method Detail

getName

public java.lang.String getName()
Returns the value of field 'name'.

Returns:
the value of field 'name'.

getPattern

public java.lang.String getPattern()
Returns the value of field 'pattern'.

Returns:
the value of field 'pattern'.

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

setName

public void setName(java.lang.String name)
Sets the value of field 'name'.

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

setPattern

public void setPattern(java.lang.String pattern)
Sets the value of field 'pattern'.

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

unmarshal

public static org.enableit.db.beans.Function unmarshal(java.io.Reader reader)
                                                throws org.exolab.castor.xml.MarshalException,
                                                       org.exolab.castor.xml.ValidationException
Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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


Copyright © 1999-2004 enableIT.org. All Rights Reserved.