org.xwiki.query.jpql.node
Class ATrimDesc
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PTrimDesc
org.xwiki.query.jpql.node.ATrimDesc
- All Implemented Interfaces:
- Cloneable, Switchable
public final class ATrimDesc
- extends PTrimDesc
ATrimDesc
public ATrimDesc()
ATrimDesc
public ATrimDesc(TTrimSpecification _trimSpecification_,
PTrimCharacter _trimCharacter_,
TFrom _from_)
clone
public Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getTrimSpecification
public TTrimSpecification getTrimSpecification()
setTrimSpecification
public void setTrimSpecification(TTrimSpecification node)
getTrimCharacter
public PTrimCharacter getTrimCharacter()
setTrimCharacter
public void setTrimCharacter(PTrimCharacter node)
getFrom
public TFrom getFrom()
setFrom
public void setFrom(TFrom node)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012 XWiki. All Rights Reserved.