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