Uses of Enum Class
sc2002.FCS1.grp2.ListingSort
Packages that use ListingSort
-
Uses of ListingSort in sc2002.FCS1.grp2
Fields in sc2002.FCS1.grp2 declared as ListingSortMethods in sc2002.FCS1.grp2 that return ListingSortModifier and TypeMethodDescriptionstatic ListingSortListingSort.fromString(String value) Converts a string to a ListingSort enum value.User.getListingSort()Getter method for retrieving listing sort of a user.static ListingSortReturns the enum constant of this class with the specified name.static ListingSort[]ListingSort.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc2002.FCS1.grp2 with parameters of type ListingSortModifier and TypeMethodDescriptionvoidUser.setListingSort(ListingSort listingFilter) For setting a new listing filter.