Class ExtendNode

java.lang.Object
org.castor.cpa.query.ejbql.ExtendNode

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 Details

    • ExtendNode

      public ExtendNode()
  • Method Details

    • 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