public static enum Partenaire.Type extends Enum<Partenaire.Type>
| Enum Constant and Description |
|---|
aValider |
permanent |
temporaire |
| Modifier and Type | Method and Description |
|---|---|
static List<Partenaire.Type> |
listValues() |
String |
toString() |
static Partenaire.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Partenaire.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Partenaire.Type aValider
public static final Partenaire.Type temporaire
public static final Partenaire.Type permanent
public static Partenaire.Type[] values()
for (Partenaire.Type c : Partenaire.Type.values()) System.out.println(c);
public static Partenaire.Type 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 List<Partenaire.Type> listValues()
public String toString()
toString in class Enum<Partenaire.Type>Copyright © 2012. All Rights Reserved.