public class SearchSortField extends Object
| Constructor and Description |
|---|
SearchSortField(String propertyName,
boolean isAscending)
Construct a sort field.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Return the property name.
|
boolean |
isAscending()
Return true if ascending.
|
public SearchSortField(String propertyName, boolean isAscending)
propertyName - the name of the property.isAscending - true if ascendingpublic String getPropertyName()
public boolean isAscending()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"