public enum ComboBoxEntryBooksEnum extends Enum<ComboBoxEntryBooksEnum>
| Enum Constant and Description |
|---|
ALL |
SELECT_ONE |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
descriptions() |
String |
getDescription() |
static ComboBoxEntryBooksEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComboBoxEntryBooksEnum |
valueOfDescription(String description) |
static ComboBoxEntryBooksEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComboBoxEntryBooksEnum ALL
public static final ComboBoxEntryBooksEnum SELECT_ONE
public static ComboBoxEntryBooksEnum[] values()
for (ComboBoxEntryBooksEnum c : ComboBoxEntryBooksEnum.values()) System.out.println(c);
public static ComboBoxEntryBooksEnum 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()
public static String[] descriptions()
public static ComboBoxEntryBooksEnum valueOfDescription(String description)
Copyright © 2008–2014 CodeLutin. All rights reserved.