public enum IndicateurFactureRefacturee extends Enum<IndicateurFactureRefacturee> implements CodeIdentifiable
Enum Constant and Description |
---|
NON_REFACTUREE |
REFACTUREE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
value() |
static IndicateurFactureRefacturee |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicateurFactureRefacturee[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndicateurFactureRefacturee REFACTUREE
public static final IndicateurFactureRefacturee NON_REFACTUREE
public static IndicateurFactureRefacturee[] values()
for (IndicateurFactureRefacturee c : IndicateurFactureRefacturee.values()) System.out.println(c);
public static IndicateurFactureRefacturee 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()
getCode
in interface CodeIdentifiable
public final String value()
Copyright © 2016. All rights reserved.