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