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