public static enum BnsImportForm.BnsProfile extends Enum<BnsImportForm.BnsProfile>
| Enum Constant and Description |
|---|
GE_COMMUN |
GE_SPE |
Inspecteurs |
LV |
Proviseurs |
VT_COMMUN |
VT_SPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfileName() |
static BnsImportForm.BnsProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BnsImportForm.BnsProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BnsImportForm.BnsProfile GE_COMMUN
public static final BnsImportForm.BnsProfile GE_SPE
public static final BnsImportForm.BnsProfile VT_COMMUN
public static final BnsImportForm.BnsProfile VT_SPE
public static final BnsImportForm.BnsProfile LV
public static final BnsImportForm.BnsProfile Proviseurs
public static final BnsImportForm.BnsProfile Inspecteurs
public static BnsImportForm.BnsProfile[] values()
for (BnsImportForm.BnsProfile c : BnsImportForm.BnsProfile.values()) System.out.println(c);
public static BnsImportForm.BnsProfile 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 getProfileName()
Copyright © 2021. All rights reserved.