public static enum CrudReadService.SORTORDER extends Enum<CrudReadService.SORTORDER> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CrudReadService.SORTORDER.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,CrudReadService.SORTORDER> |
order(String key,
CrudReadService.SORTORDER order) |
static CrudReadService.SORTORDER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrudReadService.SORTORDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrudReadService.SORTORDER DESC
public static final CrudReadService.SORTORDER ASC
public static final CrudReadService.SORTORDER NONE
public static CrudReadService.SORTORDER[] values()
for (CrudReadService.SORTORDER c : CrudReadService.SORTORDER.values()) System.out.println(c);
public static CrudReadService.SORTORDER valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Map<String,CrudReadService.SORTORDER> order(String key, CrudReadService.SORTORDER order)
Copyright © 2018 Fryske Akademy. All rights reserved.