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