public static enum FrenchRegion2016Provider.FrenchRegion2016 extends java.lang.Enum<FrenchRegion2016Provider.FrenchRegion2016>
Enum Constant and Description |
---|
AUVERGNE_RHONE_ALPES |
BOURGOGNE_FRANCHE_COMTE |
BRETAGNE |
CENTRE_VAL_DE_LOIRE |
CORSE |
GRAND_EST |
HAUTS_DE_FRANCE |
ILE_DE_FRANCE |
NORMANDIE |
NOUVELLE_AQUITAINE |
OCCITANIE |
PAYS_DE_LA_LOIRE |
PROVENCE_ALPES_COTE_D_AZUR |
Modifier and Type | Method and Description |
---|---|
static FrenchRegion2016Provider.FrenchRegion2016 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrenchRegion2016Provider.FrenchRegion2016[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrenchRegion2016Provider.FrenchRegion2016 AUVERGNE_RHONE_ALPES
public static final FrenchRegion2016Provider.FrenchRegion2016 BOURGOGNE_FRANCHE_COMTE
public static final FrenchRegion2016Provider.FrenchRegion2016 BRETAGNE
public static final FrenchRegion2016Provider.FrenchRegion2016 CENTRE_VAL_DE_LOIRE
public static final FrenchRegion2016Provider.FrenchRegion2016 CORSE
public static final FrenchRegion2016Provider.FrenchRegion2016 GRAND_EST
public static final FrenchRegion2016Provider.FrenchRegion2016 HAUTS_DE_FRANCE
public static final FrenchRegion2016Provider.FrenchRegion2016 ILE_DE_FRANCE
public static final FrenchRegion2016Provider.FrenchRegion2016 NORMANDIE
public static final FrenchRegion2016Provider.FrenchRegion2016 NOUVELLE_AQUITAINE
public static final FrenchRegion2016Provider.FrenchRegion2016 OCCITANIE
public static final FrenchRegion2016Provider.FrenchRegion2016 PAYS_DE_LA_LOIRE
public static final FrenchRegion2016Provider.FrenchRegion2016 PROVENCE_ALPES_COTE_D_AZUR
public static FrenchRegion2016Provider.FrenchRegion2016[] values()
for (FrenchRegion2016Provider.FrenchRegion2016 c : FrenchRegion2016Provider.FrenchRegion2016.values()) System.out.println(c);
public static FrenchRegion2016Provider.FrenchRegion2016 valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null