public enum TypeGenerationEvenement extends Enum<TypeGenerationEvenement>
Enum Constant and Description |
---|
PAR_COLLAB |
PAR_CONTACT |
PAR_SOCIETE |
POUR_TOUS_LES_CONTACTS |
SANS_LIENS_CONTACTS |
TOUTE_CIBLE |
Modifier and Type | Method and Description |
---|---|
static TypeGenerationEvenement |
findForValue(Double value) |
String |
toString() |
Double |
value() |
static TypeGenerationEvenement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeGenerationEvenement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeGenerationEvenement SANS_LIENS_CONTACTS
public static final TypeGenerationEvenement POUR_TOUS_LES_CONTACTS
public static final TypeGenerationEvenement PAR_SOCIETE
public static final TypeGenerationEvenement PAR_CONTACT
public static final TypeGenerationEvenement PAR_COLLAB
public static final TypeGenerationEvenement TOUTE_CIBLE
public static TypeGenerationEvenement[] values()
for (TypeGenerationEvenement c : TypeGenerationEvenement.values()) System.out.println(c);
public static TypeGenerationEvenement 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 final Double value()
public static final TypeGenerationEvenement findForValue(Double value)
public String toString()
toString
in class Enum<TypeGenerationEvenement>
Copyright © 2016. All rights reserved.