Uses of Class
adams.flow.source.FTPLister.Sorting

Packages that use FTPLister.Sorting
adams.flow.source   
 

Uses of FTPLister.Sorting in adams.flow.source
 

Fields in adams.flow.source declared as FTPLister.Sorting
protected  FTPLister.Sorting FTPLister.m_Sorting
          the sorting.
 

Methods in adams.flow.source that return FTPLister.Sorting
 FTPLister.Sorting FTPLister.getSorting()
          Returns the type of sorting to perform.
static FTPLister.Sorting FTPLister.Sorting.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FTPLister.Sorting[] FTPLister.Sorting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.flow.source with parameters of type FTPLister.Sorting
 void FTPLister.setSorting(FTPLister.Sorting value)
          Sets the type of sorting to perform.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.