public enum Cooperative extends Enum<Cooperative>
| Enum Constant and Description |
|---|
ACADEMIE
Académie.
|
COTES_ARMOR
Côtes-d'Armor.
|
FINISTERE
Finistère.
|
ILLE_ET_VILAINE
Ille-et-Vilaine.
|
MORBIHAN
Morbihan.
|
| Modifier and Type | Method and Description |
|---|---|
static Cooperative |
fromName(String name)
Get cooperative from name.
|
String |
getKey()
Getter for key.
|
String |
getProperty()
Getter for property.
|
boolean |
isDisplayed()
Getter for displayed.
|
static Cooperative |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cooperative[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cooperative COTES_ARMOR
public static final Cooperative FINISTERE
public static final Cooperative ILLE_ET_VILAINE
public static final Cooperative MORBIHAN
public static final Cooperative ACADEMIE
public static Cooperative[] values()
for (Cooperative c : Cooperative.values()) System.out.println(c);
public static Cooperative 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 static Cooperative fromName(String name)
name - cooperative namepublic String getKey()
public String getProperty()
public boolean isDisplayed()
Copyright © 2019. All rights reserved.