com.ibm.pdp.maf.rpp.kernel
Interface Sort


public interface Sort

This interface represents a sort.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<DataCall> getCalls()
          Returns the data calls.
 boolean isDescending()
          Returns the descending flag.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getCalls

java.util.List<DataCall> getCalls()

Returns the data calls.

Returns:

isDescending

boolean isDescending()

Returns the descending flag.

Returns: