Package moe.maika.ygofm.gamedata
Enum Class Duelist.Name
- All Implemented Interfaces:
Serializable
,Comparable<Duelist.Name>
,Constable
- Enclosing class:
- Duelist
The names of all the duelists in Forbidden Memories. Use these to get a
duelist from
FMDB.getDuelist(Duelist.Name)
.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static Duelist.Name
Returns the enum constant of this class with the specified name.static Duelist.Name[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SIMON
-
TEANA_1
-
JONO_1
-
VILLAGER_1
-
VILLAGER_2
-
VILLAGER_3
-
SETO_1
-
HEISHIN_1
-
REX
-
WEEVIL
-
MAI
-
BANDIT_KEITH
-
SHADI
-
BAKURA
-
PEGASUS
-
ISIS
-
KAIBA
-
MAGE_SOLDIER
-
JONO_2
-
TEANA_2
-
OCEAN_MAGE
-
SECMETON
-
FOREST_MAGE
-
ANUBISIUS
-
MOUNTAIN_MAGE
-
ATENZA
-
DESERT_MAGE
-
MARTIS
-
MEADOW_MAGE
-
KEPURA
-
LABYRINTH_MAGE
-
SETO_2
-
SEBEK
-
NEKU
-
HEISHIN_2
-
SETO_3
-
DARKNITE
-
NITEMARE
-
DUEL_MASTER_K
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<Duelist.Name>
-