@Generated(value="org.jsonschema2pojo") public enum ServerRefreshIndicator extends Enum<ServerRefreshIndicator>
| Enum Constant and Description |
|---|
RELOAD_REQUIRED |
RESTART_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
static ServerRefreshIndicator |
fromValue(String value) |
String |
toString() |
static ServerRefreshIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerRefreshIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerRefreshIndicator RELOAD_REQUIRED
public static final ServerRefreshIndicator RESTART_REQUIRED
public static ServerRefreshIndicator[] values()
for (ServerRefreshIndicator c : ServerRefreshIndicator.values()) System.out.println(c);
public static ServerRefreshIndicator 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 toString()
toString in class Enum<ServerRefreshIndicator>public static ServerRefreshIndicator fromValue(String value)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.