public static enum LocateResponse.Node extends Enum<LocateResponse.Node>
| Enum Constant and Description |
|---|
MANAGER |
MANAGER_PENDING |
SERVER |
SERVER_PENDING |
| Modifier and Type | Method and Description |
|---|---|
static LocateResponse.Node |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocateResponse.Node[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocateResponse.Node MANAGER
public static final LocateResponse.Node MANAGER_PENDING
public static final LocateResponse.Node SERVER
public static final LocateResponse.Node SERVER_PENDING
public static LocateResponse.Node[] values()
for (LocateResponse.Node c : LocateResponse.Node.values()) System.out.println(c);
public static LocateResponse.Node 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 © 2011–2018 dCache.org. All rights reserved.