public enum NatureSousFamillePrdv extends Enum<NatureSousFamillePrdv> implements IdentIdentifiable
Enum Constant and Description |
---|
ABONNEMENT |
ACOMPTE |
DEVELOPPEMENT |
DISTRIBUTION |
DIVERS |
FRAIS_DE_MISSION |
FRAIS_DE_PORT |
LICENCE |
MAINTENANCE |
NON_RENSEIGNE |
PRESTATION |
SOUS_TRAITANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
static NatureSousFamillePrdv |
getNatureByType(Double type) |
String |
getTypeSousFamille() |
String |
value() |
static NatureSousFamillePrdv |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NatureSousFamillePrdv[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NatureSousFamillePrdv PRESTATION
public static final NatureSousFamillePrdv DISTRIBUTION
public static final NatureSousFamillePrdv FRAIS_DE_MISSION
public static final NatureSousFamillePrdv ACOMPTE
public static final NatureSousFamillePrdv DIVERS
public static final NatureSousFamillePrdv NON_RENSEIGNE
public static final NatureSousFamillePrdv LICENCE
public static final NatureSousFamillePrdv MAINTENANCE
public static final NatureSousFamillePrdv DEVELOPPEMENT
public static final NatureSousFamillePrdv SOUS_TRAITANCE
public static final NatureSousFamillePrdv FRAIS_DE_PORT
public static final NatureSousFamillePrdv ABONNEMENT
public static NatureSousFamillePrdv[] values()
for (NatureSousFamillePrdv c : NatureSousFamillePrdv.values()) System.out.println(c);
public static NatureSousFamillePrdv 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 static final NatureSousFamillePrdv getNatureByType(Double type)
public String getTypeSousFamille()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
Copyright © 2016. All rights reserved.