org.plasma.query.model
Class OrderBy

java.lang.Object
  extended by org.plasma.query.model.OrderBy
All Implemented Interfaces:
Clause, OrderBy, Term

public class OrderBy
extends Object
implements OrderBy


Field Summary
protected  List<Property> properties
           
protected  TextContent textContent
           
 
Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected List<Property> properties

textContent

protected TextContent textContent
Constructor Detail

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)
Method Detail

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 © 2013. All rights reserved.