Enum Class MediaSort
- All Implemented Interfaces:
Serializable,Comparable<MediaSort>,Constable
This enumeration defines functional sorting rules.
All the rule defines can be defined as not exposed to the user (displayed parameter).
- Author:
- Yohann Chastagnier
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MediaSortGets the bundle key in order to perform right label into the user language.getName()booleanIndicates if the sorting rule can be displayed to the user.voidSorts of the specified list.static MediaSortReturns the enum constant of this class with the specified name.static MediaSort[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CreationDateAsc
-
CreationDateDesc
-
Title
-
Size
-
Author
-
Definition
-
-
Field Details
-
ALL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
from
-
getName
-
isDisplayed
public boolean isDisplayed()Indicates if the sorting rule can be displayed to the user.- Returns:
- true if the rule can be displayed, false otherwise.
-
getBundleKey
Gets the bundle key in order to perform right label into the user language.- Returns:
- the label bundle key.
-
perform
Sorts of the specified list.- Parameters:
mediaList- the list of media to sort
-