public static enum FilenameChoiceListProvider.EmptyChoiceType extends Enum<FilenameChoiceListProvider.EmptyChoiceType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FilenameChoiceListProvider.EmptyChoiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilenameChoiceListProvider.EmptyChoiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilenameChoiceListProvider.EmptyChoiceType None
public static final FilenameChoiceListProvider.EmptyChoiceType AtTop
public static final FilenameChoiceListProvider.EmptyChoiceType AtEnd
public static FilenameChoiceListProvider.EmptyChoiceType[] values()
for (FilenameChoiceListProvider.EmptyChoiceType c : FilenameChoiceListProvider.EmptyChoiceType.values()) System.out.println(c);
public static FilenameChoiceListProvider.EmptyChoiceType 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 toString()
toString in class Enum<FilenameChoiceListProvider.EmptyChoiceType>Copyright © 2016. All rights reserved.