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