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