public enum FinancialStatementsChartEnum extends Enum<FinancialStatementsChartEnum> implements Labeled
| Modifier and Type | Method and Description |
|---|---|
URL |
getDefaultFileUrl() |
String |
getLabel() |
static FinancialStatementsChartEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinancialStatementsChartEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinancialStatementsChartEnum SHORTENED
public static final FinancialStatementsChartEnum BASE
public static final FinancialStatementsChartEnum DEVELOPED
public static final FinancialStatementsChartEnum IMPORT
protected String label
public static FinancialStatementsChartEnum[] values()
for (FinancialStatementsChartEnum c : FinancialStatementsChartEnum.values()) System.out.println(c);
public static FinancialStatementsChartEnum 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 URL getDefaultFileUrl()
Copyright © 2008–2015 CodeLutin. All rights reserved.