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