Package org.castor.cpa.query.ejbql
Class ExtendNode
java.lang.Object
org.castor.cpa.query.ejbql.ExtendNode
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
Constructors -
Method Summary
-
Constructor Details
-
ExtendNode
public ExtendNode()
-
-
Method Details
-
getText
Gets the text.- Returns:
- the text
-
setText
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
-