public static enum INFO.ResponseFlag extends java.lang.Enum<INFO.ResponseFlag>
Enum Constant and Description |
---|
AudioOutputOverride |
CanMoveWhileGreeting |
ForceSubtitle |
Goodbye |
HasNoLipFile |
InvisibleContinue |
Random |
RandomEnd |
RequiresPostProcessing |
SayOnce |
SpendsFavorPoints |
WalkAway |
WalkAwayInvisbleInMenu |
Modifier and Type | Method and Description |
---|---|
static INFO.ResponseFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static INFO.ResponseFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final INFO.ResponseFlag Goodbye
public static final INFO.ResponseFlag Random
public static final INFO.ResponseFlag SayOnce
public static final INFO.ResponseFlag RandomEnd
public static final INFO.ResponseFlag InvisibleContinue
public static final INFO.ResponseFlag WalkAway
public static final INFO.ResponseFlag WalkAwayInvisbleInMenu
public static final INFO.ResponseFlag ForceSubtitle
public static final INFO.ResponseFlag CanMoveWhileGreeting
public static final INFO.ResponseFlag HasNoLipFile
public static final INFO.ResponseFlag RequiresPostProcessing
public static final INFO.ResponseFlag AudioOutputOverride
public static final INFO.ResponseFlag SpendsFavorPoints
public static INFO.ResponseFlag[] values()
for (INFO.ResponseFlag c : INFO.ResponseFlag.values()) System.out.println(c);
public static INFO.ResponseFlag 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 null