public enum SendInfosTypes extends Enum<SendInfosTypes>
Enum Constant and Description |
---|
PAR_FAX |
PAR_IMPRIMANTE |
PAR_MAIL |
PAR_SMS |
PAS_DE_MESSAGE |
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
Double |
getType() |
static Double[] |
listerTypes() |
Double |
value() |
static SendInfosTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendInfosTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SendInfosTypes PAS_DE_MESSAGE
public static final SendInfosTypes PAR_MAIL
public static final SendInfosTypes PAR_FAX
public static final SendInfosTypes PAR_IMPRIMANTE
public static final SendInfosTypes PAR_SMS
public static SendInfosTypes[] values()
for (SendInfosTypes c : SendInfosTypes.values()) System.out.println(c);
public static SendInfosTypes 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 Double getType()
public String getLibelle()
public final Double value()
public static final Double[] listerTypes()
Copyright © 2016. All rights reserved.