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