public enum TypeModuleImport extends Enum<TypeModuleImport>
Enum Constant and Description |
---|
ACHAT |
AFFAIRE |
AV |
COMPTA |
FORMATION |
RESSOURCE |
SUPPORT |
TIERS |
TRANSVERSE |
VENTE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getImage() |
String |
getLibelle() |
static TypeModuleImport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeModuleImport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeModuleImport VENTE
public static final TypeModuleImport ACHAT
public static final TypeModuleImport RESSOURCE
public static final TypeModuleImport FORMATION
public static final TypeModuleImport AFFAIRE
public static final TypeModuleImport SUPPORT
public static final TypeModuleImport COMPTA
public static final TypeModuleImport TRANSVERSE
public static final TypeModuleImport AV
public static final TypeModuleImport TIERS
public static TypeModuleImport[] values()
for (TypeModuleImport c : TypeModuleImport.values()) System.out.println(c);
public static TypeModuleImport 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 String getCode()
public String getImage()
public String getLibelle()
Copyright © 2016. All rights reserved.