org.castor.cpa.query.ejbql
Class ExtendNode

java.lang.Object
  extended by org.castor.cpa.query.ejbql.ExtendNode
Direct Known Subclasses:
SimpleNode

public class ExtendNode
extends Object

Custom Class which is extended by SimpleNode. This class can be used to add properties and methods to SimpleNode class generated by CastorQLParser.jjt

Since:
1.3
Version:
$Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Udai Gupta, Ralf Joachim

Constructor Summary
ExtendNode()
           
 
Method Summary
 int getKind()
          Gets the kind.
 String getText()
          Gets the text.
 void setKind(int kind)
          Sets the kind.
 void setText(String text)
          Sets the text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendNode

public ExtendNode()
Method Detail

getText

public final String getText()
Gets the text.

Returns:
the text

setText

public final void setText(String text)
Sets the text.

Parameters:
text - the new text

getKind

public final int getKind()
Gets the kind.

Returns:
the kind

setKind

public final void setKind(int kind)
Sets the kind.

Parameters:
kind - the new kind


Copyright © 2011. All Rights Reserved.