org.xwiki.query.jpql.node
Class ABoolLiteral
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PLiteral
org.xwiki.query.jpql.node.ABoolLiteral
- All Implemented Interfaces:
- Cloneable, Switchable
public final class ABoolLiteral
- extends PLiteral
ABoolLiteral
public ABoolLiteral()
ABoolLiteral
public ABoolLiteral(TBooleanLiteral _booleanLiteral_)
clone
public Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getBooleanLiteral
public TBooleanLiteral getBooleanLiteral()
setBooleanLiteral
public void setBooleanLiteral(TBooleanLiteral node)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012 XWiki. All Rights Reserved.