com.planet_ink.coffee_mud.Libraries.interfaces
Enum ExpertiseLibrary.Flag
java.lang.Object
java.lang.Enum<ExpertiseLibrary.Flag>
com.planet_ink.coffee_mud.Libraries.interfaces.ExpertiseLibrary.Flag
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ExpertiseLibrary.Flag>
- Enclosing interface:
- ExpertiseLibrary
public static enum ExpertiseLibrary.Flag
- extends java.lang.Enum<ExpertiseLibrary.Flag>
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 |
X1
public static final ExpertiseLibrary.Flag X1
X2
public static final ExpertiseLibrary.Flag X2
X3
public static final ExpertiseLibrary.Flag X3
X4
public static final ExpertiseLibrary.Flag X4
X5
public static final ExpertiseLibrary.Flag X5
LEVEL
public static final ExpertiseLibrary.Flag LEVEL
TIME
public static final ExpertiseLibrary.Flag TIME
MAXRANGE
public static final ExpertiseLibrary.Flag MAXRANGE
LOWCOST
public static final ExpertiseLibrary.Flag LOWCOST
XPCOST
public static final ExpertiseLibrary.Flag XPCOST
LOWFREECOST
public static final ExpertiseLibrary.Flag LOWFREECOST
values
public static ExpertiseLibrary.Flag[] 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 (ExpertiseLibrary.Flag c : ExpertiseLibrary.Flag.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ExpertiseLibrary.Flag 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