public enum SurveyOptions extends Enum<SurveyOptions>
| Enum Constant and Description |
|---|
DELETE |
GET_LINK |
MODIFY |
SELECT |
STATISTICS |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayLabel() |
static SurveyOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurveyOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurveyOptions SELECT
public static final SurveyOptions GET_LINK
public static final SurveyOptions MODIFY
public static final SurveyOptions DELETE
public static final SurveyOptions STATISTICS
public static SurveyOptions[] values()
for (SurveyOptions c : SurveyOptions.values()) System.out.println(c);
public static SurveyOptions 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 nullpublic String getDisplayLabel()
Copyright © 2018. All Rights Reserved.