Uses of Class
com.anton.martynenko.jswrapper.jsexecution.enums.SortBy
-
Packages that use SortBy Package Description com.anton.martynenko.jswrapper.jsexecution.enums This package contains enum classes used in JS execution feature. -
-
Uses of SortBy in com.anton.martynenko.jswrapper.jsexecution.enums
Methods in com.anton.martynenko.jswrapper.jsexecution.enums that return SortBy Modifier and Type Method Description static SortBySortBy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortBy[]SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-