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