cz.cuni.amis.pogamut.ut2004.bot
Enum IUT2004Bot.BoolBotParam
java.lang.Object
java.lang.Enum<IUT2004Bot.BoolBotParam>
cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
- All Implemented Interfaces:
- Serializable, Comparable<IUT2004Bot.BoolBotParam>
- Enclosing interface:
- IUT2004Bot
public static enum IUT2004Bot.BoolBotParam
- extends Enum<IUT2004Bot.BoolBotParam>
- implements Serializable
AUTO_PICKUP_OFF
public static final IUT2004Bot.BoolBotParam AUTO_PICKUP_OFF
INVULNERABLE
public static final IUT2004Bot.BoolBotParam INVULNERABLE
SHOW_DEBUG
public static final IUT2004Bot.BoolBotParam SHOW_DEBUG
AUTO_TRACE
public static final IUT2004Bot.BoolBotParam AUTO_TRACE
DRAW_TRACE_LINES
public static final IUT2004Bot.BoolBotParam DRAW_TRACE_LINES
MANUAL_SPAWN
public static final IUT2004Bot.BoolBotParam MANUAL_SPAWN
SHOW_FOCAL_POINT
public static final IUT2004Bot.BoolBotParam SHOW_FOCAL_POINT
SYNCHRONOUS_OFF
public static final IUT2004Bot.BoolBotParam SYNCHRONOUS_OFF
values
public static IUT2004Bot.BoolBotParam[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IUT2004Bot.BoolBotParam c : IUT2004Bot.BoolBotParam.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IUT2004Bot.BoolBotParam valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getPropName
public String getPropName()
- Gets property name corresponding to enum constant.
- Returns:
set
public void set(Object conf,
boolean value)
throws Exception
- Throws:
Exception
setField
public void setField(Object conf,
boolean value)
throws Exception
- Throws:
Exception
get
public boolean get(ConfigChange conf)
throws Exception
- Throws:
Exception
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.