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 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 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 nullCopyright © 2018 Fryske Akademy. All rights reserved.