public static enum FrenchDepartmentProvider.FrenchRegionPriorTo2016 extends java.lang.Enum<FrenchDepartmentProvider.FrenchRegionPriorTo2016>
Modifier and Type | Method and Description |
---|---|
FrenchRegion2016Provider.FrenchRegion2016 |
getNewRegion()
This method returns the new region as defined in 2016.
|
static FrenchDepartmentProvider.FrenchRegionPriorTo2016 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrenchDepartmentProvider.FrenchRegionPriorTo2016[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 ALSACE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 AQUITAINE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 AUVERGNE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 BASSE_NORMANDIE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 BOURGOGNE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 BRETAGNE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 CENTRE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 CHAMPAGNE_ARDENNE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 CORSE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 FRANCHE_COMTE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 HAUTE_NORMANDIE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 ILE_DE_FRANCE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 LANGUEDOC_ROUSILLON
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 LIMOUSIN
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 LORRAINE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 MIDI_PYRENEES
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 NORD_PAS_DE_CALAIS
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 PAYS_DE_LA_LOIRE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 PICARDIE
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 POITOU_CHARENTES
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 PROVENCE_ALPES_COTE_D_AZUR
public static final FrenchDepartmentProvider.FrenchRegionPriorTo2016 RHONE_ALPES
public static FrenchDepartmentProvider.FrenchRegionPriorTo2016[] values()
for (FrenchDepartmentProvider.FrenchRegionPriorTo2016 c : FrenchDepartmentProvider.FrenchRegionPriorTo2016.values()) System.out.println(c);
public static FrenchDepartmentProvider.FrenchRegionPriorTo2016 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 nullpublic FrenchRegion2016Provider.FrenchRegion2016 getNewRegion()