public enum RequestCategory extends Enum<RequestCategory>
| Enum Constant and Description |
|---|
EntityManager |
FUNCTION |
HEALTH |
JOB |
| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
static RequestCategory |
aliasOf(String alias) |
static RequestCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestCategory FUNCTION
public static final RequestCategory JOB
public static final RequestCategory EntityManager
public static final RequestCategory HEALTH
public static RequestCategory[] values()
for (RequestCategory c : RequestCategory.values()) System.out.println(c);
public static RequestCategory 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 String alias()
public static RequestCategory aliasOf(String alias)
Copyright © 2015. All rights reserved.