public enum NatureLigneEtatComptable extends Enum<NatureLigneEtatComptable> implements CodeIdentifiable, Localisable
Modifier and Type | Method and Description |
---|---|
static List<NatureLigneEtatComptable> |
findByType(TypeLigneEtatComptable type) |
static NatureLigneEtatComptable |
getByType(String code,
TypeLigneEtatComptable type) |
String |
getCode() |
String |
getLibelle() |
TypeLigneEtatComptable |
getTypeLigneEtatComptable() |
static NatureLigneEtatComptable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatureLigneEtatComptable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NatureLigneEtatComptable HONORAIRES
public static final NatureLigneEtatComptable COMMISSIONS
public static final NatureLigneEtatComptable INDEMNITES
public static final NatureLigneEtatComptable RISTOURNES
public static final NatureLigneEtatComptable JETONS_PRESENCES
public static final NatureLigneEtatComptable DROIT_D_AUTEUR
public static final NatureLigneEtatComptable DROIT_D_INVENTEUR
public static final NatureLigneEtatComptable AUTRES_REMUNERATIONS
public static final NatureLigneEtatComptable ALLOCATION_FORFAITAIRE
public static final NatureLigneEtatComptable REMBOURSEMENT_SUR_JUSTIFICATION
public static final NatureLigneEtatComptable PRISE_EN_CHARGE_PAR_L_EMPLOYEUR
public static final NatureLigneEtatComptable NOURRITURE
public static final NatureLigneEtatComptable LOGEMENT
public static final NatureLigneEtatComptable VOITURE
public static final NatureLigneEtatComptable OUTILS_ISSUS_DE_NTC
public static final NatureLigneEtatComptable AUTRES_AVANTAGES
public static final NatureLigneEtatComptable TAUX_REDUIT
public static final NatureLigneEtatComptable DISPENSE_INTERNATIONALE
public static NatureLigneEtatComptable[] values()
for (NatureLigneEtatComptable c : NatureLigneEtatComptable.values()) System.out.println(c);
public static NatureLigneEtatComptable 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 static final List<NatureLigneEtatComptable> findByType(TypeLigneEtatComptable type)
public static final NatureLigneEtatComptable getByType(String code, TypeLigneEtatComptable type)
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
public TypeLigneEtatComptable getTypeLigneEtatComptable()
Copyright © 2016. All rights reserved.