FieldOrder Class

This class is used by the Folder.getItems() method to sort results.

Constructors

FieldOrder( FieldURI field, boolean descending )

Public Methods

getField( ) returns FieldURI
Returns the FieldURI or ExtendedFieldURI by which to sort.
getOrder( ) returns String
Returns the direction of the sort (e.g. "Ascending" or "Descending").
toString( ) returns String
hashCode( ) returns int
Returns the field's hash code.
equals( Object obj ) returns boolean
Used to compare this FieldOrder to another. Returns true if the field and sort direction match.