public static enum ReloadInitiator.Method extends Enum<ReloadInitiator.Method>
| Modifier and Type | Method and Description |
|---|---|
static ReloadInitiator.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReloadInitiator.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReloadInitiator.Method NONE
public static final ReloadInitiator.Method SIGNAL
public static final ReloadInitiator.Method TOUCH
public static final ReloadInitiator.Method SOCKET
public static final ReloadInitiator.Method POLL
public static ReloadInitiator.Method[] values()
for (ReloadInitiator.Method c : ReloadInitiator.Method.values()) System.out.println(c);
public static ReloadInitiator.Method 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 © 2019 Objekt-Kontor IS GmbH & Co KG. All rights reserved.