public static enum ServerAdmin.AclLevelRelation extends Enum<ServerAdmin.AclLevelRelation>
Enum Constant and Description |
---|
HasLessThanLevel |
HasLevel |
HasLevelGreaterThan |
Modifier and Type | Method and Description |
---|---|
static ServerAdmin.AclLevelRelation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerAdmin.AclLevelRelation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerAdmin.AclLevelRelation HasLessThanLevel
public static final ServerAdmin.AclLevelRelation HasLevel
public static final ServerAdmin.AclLevelRelation HasLevelGreaterThan
public static ServerAdmin.AclLevelRelation[] values()
for (ServerAdmin.AclLevelRelation c : ServerAdmin.AclLevelRelation.values()) System.out.println(c);
public static ServerAdmin.AclLevelRelation 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 © 2019–2021 HCL. All rights reserved.