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