public final class AOrderbyList extends POrderbyList
| Constructor and Description |
|---|
AOrderbyList() |
AOrderbyList(POrderbyItem _orderbyItem_,
TComma _comma_,
POrderbyList _orderbyList_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TComma |
getComma() |
POrderbyItem |
getOrderbyItem() |
POrderbyList |
getOrderbyList() |
void |
setComma(TComma node) |
void |
setOrderbyItem(POrderbyItem node) |
void |
setOrderbyList(POrderbyList node) |
String |
toString() |
public AOrderbyList()
public AOrderbyList(POrderbyItem _orderbyItem_, TComma _comma_, POrderbyList _orderbyList_)
public void apply(Switch sw)
public POrderbyItem getOrderbyItem()
public void setOrderbyItem(POrderbyItem node)
public TComma getComma()
public void setComma(TComma node)
public POrderbyList getOrderbyList()
public void setOrderbyList(POrderbyList node)
Copyright © 2004–2017 XWiki. All rights reserved.