public static enum ProfileSelectionForm.AddEditOptions extends Enum<ProfileSelectionForm.AddEditOptions>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static ProfileSelectionForm.AddEditOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileSelectionForm.AddEditOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileSelectionForm.AddEditOptions ADD
public static final ProfileSelectionForm.AddEditOptions RENAME
public static final ProfileSelectionForm.AddEditOptions DELETE
public static ProfileSelectionForm.AddEditOptions[] values()
for (ProfileSelectionForm.AddEditOptions c : ProfileSelectionForm.AddEditOptions.values()) System.out.println(c);
public static ProfileSelectionForm.AddEditOptions 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 getDescription()
Copyright © 2019. All Rights Reserved.