public static enum MMSys2013.QuestionResponse extends Enum<MMSys2013.QuestionResponse>
| Enum Constant and Description |
|---|
NO
No
|
NOT_SURE
Not sure
|
UNANSWERED
Question was unanswered
|
YES
Yes
|
| Modifier and Type | Method and Description |
|---|---|
static MMSys2013.QuestionResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MMSys2013.QuestionResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMSys2013.QuestionResponse NO
public static final MMSys2013.QuestionResponse YES
public static final MMSys2013.QuestionResponse NOT_SURE
public static final MMSys2013.QuestionResponse UNANSWERED
public static MMSys2013.QuestionResponse[] values()
for (MMSys2013.QuestionResponse c : MMSys2013.QuestionResponse.values()) System.out.println(c);
public static MMSys2013.QuestionResponse 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