IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.projector.md
Interface TupleAssociation.OrderByInfo.OrderByElement

Enclosing interface:
TupleAssociation.OrderByInfo

public static interface TupleAssociation.OrderByInfo.OrderByElement

Ordering details for an attribute in the target entity.

Since:
WAS XD 6.1

Method Summary
 String getFieldName()
          The name of the field to order.
 boolean isAscending()
          If true, order the collection in ascending order based on the field name.
 

Method Detail

getFieldName

String getFieldName()
The name of the field to order.

Returns:
the field name

isAscending

boolean isAscending()
If true, order the collection in ascending order based on the field name. If false order in descending order.

Returns:
true if ascending ordering.

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.