The type of the enumerated values
A class for sets of values Iterating through this set will yield values in increasing order of their ids
A factory object for value sets
Apply a predicate p to all values of this enumeration and return true, iff there is at least one value for which p yields true
Returns all values of this enumeration that satisfy the predicate p
Applies the given function f to each value of this enumeration, then concatenates the results
Apply a predicate p to all values of this enumeration and return true, iff the predicate yields true for all values
Apply a function f to all values of this enumeration
Returns an iterator resulting from applying the given function f to each value of this enumeration
The name of this enumeration
The name of this enumeration
The values of this enumeration as a set
The kind of elements a user can select in a file dialog.