org.xwiki.query.jpql.node
Class AIntegerNumericLiteral
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PNumericLiteral
org.xwiki.query.jpql.node.AIntegerNumericLiteral
- All Implemented Interfaces:
- Cloneable, Switchable
public final class AIntegerNumericLiteral
- extends PNumericLiteral
AIntegerNumericLiteral
public AIntegerNumericLiteral()
AIntegerNumericLiteral
public AIntegerNumericLiteral(TIntegerLiteral _integerLiteral_)
clone
public Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getIntegerLiteral
public TIntegerLiteral getIntegerLiteral()
setIntegerLiteral
public void setIntegerLiteral(TIntegerLiteral node)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012 XWiki. All Rights Reserved.