public static enum JavaWhereUsedFilters.ReadWrite extends Enum<JavaWhereUsedFilters.ReadWrite>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
READ |
READ_WRITE |
WRITE |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static JavaWhereUsedFilters.ReadWrite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaWhereUsedFilters.ReadWrite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaWhereUsedFilters.ReadWrite READ
public static final JavaWhereUsedFilters.ReadWrite WRITE
public static final JavaWhereUsedFilters.ReadWrite READ_WRITE
public static JavaWhereUsedFilters.ReadWrite[] values()
public static JavaWhereUsedFilters.ReadWrite 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 getKey()