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