org.xwiki.query.jpql.node
Class ATrimDesc

java.lang.Object
  extended by org.xwiki.query.jpql.node.Node
      extended by org.xwiki.query.jpql.node.PTrimDesc
          extended by org.xwiki.query.jpql.node.ATrimDesc
All Implemented Interfaces:
Cloneable, Switchable

public final class ATrimDesc
extends PTrimDesc


Constructor Summary
ATrimDesc()
           
ATrimDesc(TTrimSpecification _trimSpecification_, PTrimCharacter _trimCharacter_, TFrom _from_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TFrom getFrom()
           
 PTrimCharacter getTrimCharacter()
           
 TTrimSpecification getTrimSpecification()
           
 void setFrom(TFrom node)
           
 void setTrimCharacter(PTrimCharacter node)
           
 void setTrimSpecification(TTrimSpecification node)
           
 String toString()
           
 
Methods inherited from class org.xwiki.query.jpql.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ATrimDesc

public ATrimDesc()

ATrimDesc

public ATrimDesc(TTrimSpecification _trimSpecification_,
                 PTrimCharacter _trimCharacter_,
                 TFrom _from_)
Method Detail

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–2014 XWiki. All rights reserved.