cz.cuni.amis.pogamut.ut2004.bot
Enum IUT2004Bot.BoolBotParam

java.lang.Object
  extended by java.lang.Enum<IUT2004Bot.BoolBotParam>
      extended by cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IUT2004Bot.BoolBotParam>
Enclosing interface:
IUT2004Bot

public static enum IUT2004Bot.BoolBotParam
extends java.lang.Enum<IUT2004Bot.BoolBotParam>
implements java.io.Serializable


Enum Constant Summary
AUTO_PICKUP_OFF
           
AUTO_TRACE
           
DRAW_TRACE_LINES
           
INVULNERABLE
           
MANUAL_SPAWN
           
SHOW_DEBUG
           
SHOW_FOCAL_POINT
           
SYNCHRONOUS_OFF
           
 
Method Summary
 boolean get(ConfigChange conf)
           
 java.lang.String getPropName()
          Gets property name corresponding to enum constant.
 void set(java.lang.Object conf, boolean value)
           
 void setField(java.lang.Object conf, boolean value)
           
static IUT2004Bot.BoolBotParam valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IUT2004Bot.BoolBotParam[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getPropName

public java.lang.String getPropName()
Gets property name corresponding to enum constant.

Returns:

set

public void set(java.lang.Object conf,
                boolean value)
         throws java.lang.Exception
Throws:
java.lang.Exception

setField

public void setField(java.lang.Object conf,
                     boolean value)
              throws java.lang.Exception
Throws:
java.lang.Exception

get

public boolean get(ConfigChange conf)
            throws java.lang.Exception
Throws:
java.lang.Exception