public static enum IntroductionManager.RelayIntroResult extends Enum<IntroductionManager.RelayIntroResult>
Modifier and Type | Method and Description |
---|---|
static IntroductionManager.RelayIntroResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntroductionManager.RelayIntroResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntroductionManager.RelayIntroResult REPLIED
public static final IntroductionManager.RelayIntroResult DELAYED
public static final IntroductionManager.RelayIntroResult DROPPED
public static IntroductionManager.RelayIntroResult[] values()
for (IntroductionManager.RelayIntroResult c : IntroductionManager.RelayIntroResult.values()) System.out.println(c);
public static IntroductionManager.RelayIntroResult valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null