public enum FinancialStatementsChartEnum extends Enum<FinancialStatementsChartEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath() |
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 IMPORT
public static final FinancialStatementsChartEnum SHORTENED
public static final FinancialStatementsChartEnum BASE
public static final FinancialStatementsChartEnum DEVELOPED
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 String getFilePath()
Copyright © 2008–2014 CodeLutin. All rights reserved.