public enum TypeFamille extends Enum<TypeFamille> implements IdDma, CodeIdentifiable
IdDma.OrdreExport
Enum Constant and Description |
---|
AFFAIRE_PRINC |
AFFAIRE_SEC |
AUTRE_TIERS |
CLIENT |
CONTRAT_MAINTENANCE |
CONTRAT_MAINTENEUR |
DOCUMENT |
FORMATION |
FOURNISSEUR |
GROUPE |
PRODUIT_ACHETE |
PRODUIT_FORMATION |
PRODUIT_MAINTENU |
PRODUIT_VENDU |
VERSION |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static List<TypeFamille> |
getFamille() |
String |
getIdDma() |
String |
getIdDMA() |
String |
getLibelle() |
IdDma.OrdreExport |
getNumOrdre() |
static TypeFamille |
getTypeFamilleByIdDMA(String idDMA) |
static TypeFamille |
loadTypeByCode(String code) |
String |
value() |
static TypeFamille |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeFamille[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeFamille AFFAIRE_PRINC
public static final TypeFamille AFFAIRE_SEC
public static final TypeFamille CLIENT
public static final TypeFamille FORMATION
public static final TypeFamille FOURNISSEUR
public static final TypeFamille PRODUIT_VENDU
public static final TypeFamille PRODUIT_ACHETE
public static final TypeFamille PRODUIT_MAINTENU
public static final TypeFamille AUTRE_TIERS
public static final TypeFamille GROUPE
public static final TypeFamille VERSION
public static final TypeFamille CONTRAT_MAINTENANCE
public static final TypeFamille CONTRAT_MAINTENEUR
public static final TypeFamille DOCUMENT
public static final TypeFamille PRODUIT_FORMATION
public static TypeFamille[] values()
for (TypeFamille c : TypeFamille.values()) System.out.println(c);
public static TypeFamille 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 value()
public final String getIdDMA()
public final String getLibelle()
public static final TypeFamille loadTypeByCode(String code)
public static final List<TypeFamille> getFamille()
public static final TypeFamille getTypeFamilleByIdDMA(String idDMA)
public IdDma.OrdreExport getNumOrdre()
getNumOrdre
in interface IdDma
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.