public enum SANiveauDetail extends Enum<SANiveauDetail> implements IdentIdentifiable
Enum Constant and Description |
---|
AFFAIRE |
AFFAIRE_FAMMILLE_PRD_ACEHTE |
AFFAIRE_FAMMILLE_PRD_VENDU |
AFFAIRE_FAMMILLE_PRD_VENDU_REF_PRODUIT |
AFFAIRE_LOT |
AFFAIRE_LOT_FAMMILLE_PRD_ACHETE |
AFFAIRE_LOT_FAMMILLE_PRD_VENDU |
AFFAIRE_LOT_SSLOT |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
static SANiveauDetail |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SANiveauDetail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SANiveauDetail AFFAIRE
public static final SANiveauDetail AFFAIRE_LOT
public static final SANiveauDetail AFFAIRE_FAMMILLE_PRD_VENDU
public static final SANiveauDetail AFFAIRE_LOT_FAMMILLE_PRD_VENDU
public static final SANiveauDetail AFFAIRE_FAMMILLE_PRD_ACEHTE
public static final SANiveauDetail AFFAIRE_LOT_FAMMILLE_PRD_ACHETE
public static final SANiveauDetail AFFAIRE_FAMMILLE_PRD_VENDU_REF_PRODUIT
public static final SANiveauDetail AFFAIRE_LOT_SSLOT
public static SANiveauDetail[] values()
for (SANiveauDetail c : SANiveauDetail.values()) System.out.println(c);
public static SANiveauDetail 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
Copyright © 2016. All rights reserved.