public enum AccountsChartEnum extends Enum<AccountsChartEnum>
| Enum Constant and Description |
|---|
BASE |
DEVELOPED |
IMPORT |
IMPORTEBP |
SHORTENED |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath() |
static AccountsChartEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountsChartEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountsChartEnum IMPORT
public static final AccountsChartEnum IMPORTEBP
public static final AccountsChartEnum SHORTENED
public static final AccountsChartEnum BASE
public static final AccountsChartEnum DEVELOPED
public static AccountsChartEnum[] values()
for (AccountsChartEnum c : AccountsChartEnum.values()) System.out.println(c);
public static AccountsChartEnum 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.