com.planet_ink.coffee_mud.Abilities.Properties
Enum Prop_Familiar.Familiar
java.lang.Object
java.lang.Enum<Prop_Familiar.Familiar>
com.planet_ink.coffee_mud.Abilities.Properties.Prop_Familiar.Familiar
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Prop_Familiar.Familiar>
- Enclosing class:
- Prop_Familiar
protected static enum Prop_Familiar.Familiar
- extends java.lang.Enum<Prop_Familiar.Familiar>
Field Summary |
java.lang.String |
name
|
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 |
DOG
public static final Prop_Familiar.Familiar DOG
TURTLE
public static final Prop_Familiar.Familiar TURTLE
CAT
public static final Prop_Familiar.Familiar CAT
BAT
public static final Prop_Familiar.Familiar BAT
RAT
public static final Prop_Familiar.Familiar RAT
SNAKE
public static final Prop_Familiar.Familiar SNAKE
OWL
public static final Prop_Familiar.Familiar OWL
RABBIT
public static final Prop_Familiar.Familiar RABBIT
RAVEN
public static final Prop_Familiar.Familiar RAVEN
PARROT
public static final Prop_Familiar.Familiar PARROT
SPIDERMONKEY
public static final Prop_Familiar.Familiar SPIDERMONKEY
BOA_CONSTRICTOR
public static final Prop_Familiar.Familiar BOA_CONSTRICTOR
IGUANA
public static final Prop_Familiar.Familiar IGUANA
SEATURTLE
public static final Prop_Familiar.Familiar SEATURTLE
name
public java.lang.String name
values
public static Prop_Familiar.Familiar[] 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 (Prop_Familiar.Familiar c : Prop_Familiar.Familiar.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Prop_Familiar.Familiar 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