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