public static enum SimpleRobotRules.RobotRulesMode extends Enum<SimpleRobotRules.RobotRulesMode>
Enum Constant and Description |
---|
ALLOW_ALL |
ALLOW_NONE |
ALLOW_SOME |
Modifier and Type | Method and Description |
---|---|
static SimpleRobotRules.RobotRulesMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleRobotRules.RobotRulesMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleRobotRules.RobotRulesMode ALLOW_ALL
public static final SimpleRobotRules.RobotRulesMode ALLOW_NONE
public static final SimpleRobotRules.RobotRulesMode ALLOW_SOME
public static SimpleRobotRules.RobotRulesMode[] values()
for (SimpleRobotRules.RobotRulesMode c : SimpleRobotRules.RobotRulesMode.values()) System.out.println(c);
public static SimpleRobotRules.RobotRulesMode 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 © 2009–2016 Crawler-Commons. All rights reserved.