org.plasma.query.model
Class OrderBy
java.lang.Object
org.plasma.query.model.OrderBy
- All Implemented Interfaces:
- Clause, OrderBy, Term
public class OrderBy
- extends Object
- implements OrderBy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected List<Property> properties
textContent
protected TextContent textContent
OrderBy
public OrderBy()
OrderBy
public OrderBy(Property p1)
OrderBy
public OrderBy(Property p1,
Property p2)
OrderBy
public OrderBy(Property p1,
Property p2,
Property p3)
OrderBy
public OrderBy(Property p1,
Property p2,
Property p3,
Property p4)
OrderBy
public OrderBy(Property[] properties)
OrderBy
public OrderBy(String content)
getProperties
public List<Property> getProperties()
addProperty
public void addProperty(Property property)
getTextContent
public TextContent getTextContent()
- Gets the value of the textContent property.
- Returns:
- possible object is
TextContent
setTextContent
public void setTextContent(TextContent value)
- Sets the value of the textContent property.
- Parameters:
value - allowed object is
TextContent
accept
public void accept(QueryVisitor visitor)
Copyright © 2014. All rights reserved.