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