public enum TypeLibre extends Enum<TypeLibre> implements CodeIdentifiable
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getIdent() |
String |
getLibelle() |
static TypeLibre |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeLibre[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeLibre STRING
public static final TypeLibre DATE
public static final TypeLibre NUMBER
public static final TypeLibre BOOLEEN
public final int ident
public final String libelle
public static TypeLibre[] values()
for (TypeLibre c : TypeLibre.values()) System.out.println(c);
public static TypeLibre 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 int getIdent()
public String getLibelle()
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.