public class OrderByClause.OrderByItem
extends java.lang.Object
| Constructor and Description |
|---|
OrderByClause.OrderByItem(java.lang.String propertyPath,
boolean isDesc) |
| Modifier and Type | Method and Description |
|---|---|
IProperty |
getProperty() |
java.lang.String |
getPropertyPath() |
boolean |
isDesc() |
void |
validate(IEntityType entityType) |
public OrderByClause.OrderByItem(java.lang.String propertyPath,
boolean isDesc)
public java.lang.String getPropertyPath()
public boolean isDesc()
public IProperty getProperty()
public void validate(IEntityType entityType)