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