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