Uses of Class
adams.flow.source.FTPLister.Sorting
-
Packages that use FTPLister.Sorting Package Description adams.flow.source -
-
Uses of FTPLister.Sorting in adams.flow.source
Fields in adams.flow.source declared as FTPLister.Sorting Modifier and Type Field Description protected FTPLister.Sorting
FTPLister. m_Sorting
Deprecated.the sorting.Methods in adams.flow.source that return FTPLister.Sorting Modifier and Type Method Description FTPLister.Sorting
FTPLister. getSorting()
Deprecated.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 Modifier and Type Method Description void
FTPLister. setSorting(FTPLister.Sorting value)
Deprecated.Sets the type of sorting to perform.
-