public static enum Dune.Quote extends java.lang.Enum<Dune.Quote>
Enum Constant and Description |
---|
ALIA |
BARON_HARKONNEN |
DUNCAN |
EMPEROR |
GUILD_NAVIGATOR |
GURNEY |
IRULAN |
JESSICA |
LETO |
LIET_KYNES |
MAPES |
MOHIAM |
PARDOT_KYNES |
PAUL |
PITER |
STILGAR |
THUFIR |
YUEH |
Modifier and Type | Method and Description |
---|---|
static Dune.Quote |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dune.Quote[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dune.Quote GUILD_NAVIGATOR
public static final Dune.Quote EMPEROR
public static final Dune.Quote PAUL
public static final Dune.Quote THUFIR
public static final Dune.Quote JESSICA
public static final Dune.Quote IRULAN
public static final Dune.Quote MOHIAM
public static final Dune.Quote GURNEY
public static final Dune.Quote LETO
public static final Dune.Quote STILGAR
public static final Dune.Quote LIET_KYNES
public static final Dune.Quote PARDOT_KYNES
public static final Dune.Quote BARON_HARKONNEN
public static final Dune.Quote PITER
public static final Dune.Quote ALIA
public static final Dune.Quote MAPES
public static final Dune.Quote DUNCAN
public static final Dune.Quote YUEH
public static Dune.Quote[] values()
for (Dune.Quote c : Dune.Quote.values()) System.out.println(c);
public static Dune.Quote valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.