| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
properties |
protected TextContent |
textContent |
| Constructor and Description |
|---|
OrderBy() |
OrderBy(Property p1) |
OrderBy(Property[] properties) |
OrderBy(Property p1,
Property p2) |
OrderBy(Property p1,
Property p2,
Property p3) |
OrderBy(Property p1,
Property p2,
Property p3,
Property p4) |
OrderBy(String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
void |
addProperty(Property property) |
List<Property> |
getProperties() |
TextContent |
getTextContent()
Gets the value of the textContent property.
|
void |
setTextContent(TextContent value)
Sets the value of the textContent property.
|
protected TextContent textContent
public OrderBy()
public OrderBy(Property p1)
public OrderBy(Property[] properties)
public OrderBy(String content)
public void addProperty(Property property)
public TextContent getTextContent()
TextContentpublic void setTextContent(TextContent value)
value - allowed object is TextContentpublic void accept(QueryVisitor visitor)
Copyright © 2021. All rights reserved.