com.sap.ip.me.api.persist.query
Interface SingleSortOrder

All Superinterfaces:
SortOrder

public interface SingleSortOrder
extends SortOrder

Description of the Interface

Author:
SAP

Method Summary
 AttributeDescriptor getAttributeDescriptor()
          Gets the fieldDescriptor attribute of the SingleSortOrder object
 boolean isAscending()
          Gets the ascending attribute of the SingleSortOrder object
 
Methods inherited from interface com.sap.ip.me.api.persist.query.SortOrder
isMultiple
 

Method Detail

getAttributeDescriptor

public AttributeDescriptor getAttributeDescriptor()
Gets the fieldDescriptor attribute of the SingleSortOrder object

Returns:
The fieldDescriptor value

isAscending

public boolean isAscending()
Gets the ascending attribute of the SingleSortOrder object

Returns:
The ascending value


Copyright © 2005 SAP AG. All Rights Reserved.