Uses of Class
ubic.gemma.rest.util.args.SortArg.Sort.NullMode
-
Packages that use SortArg.Sort.NullMode Package Description ubic.gemma.rest.util.args -
-
Uses of SortArg.Sort.NullMode in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return SortArg.Sort.NullMode Modifier and Type Method Description static SortArg.Sort.NullMode
SortArg.Sort.NullMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortArg.Sort.NullMode[]
SortArg.Sort.NullMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-