Package org.castor.cpa.query.castorql
Class ExtendNode
- java.lang.Object
-
- org.castor.cpa.query.castorql.ExtendNode
-
public class ExtendNode extends java.lang.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
Constructors Constructor Description ExtendNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getKind()
Gets the kind.java.lang.String
getText()
Gets the text.void
setKind(int kind)
Sets the kind.void
setText(java.lang.String text)
Sets the text.
-
-
-
Method Detail
-
getText
public final java.lang.String getText()
Gets the text.- Returns:
- the text
-
setText
public final void setText(java.lang.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
-
-