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