public enum VariableComptable extends Enum<VariableComptable>
Enum Constant and Description |
---|
ACCES_NON_RESTREINT |
ACCES_RESTREINT |
CENTRALISABLE |
COLLECTIF |
FERME |
LETTRABLE |
NON_CENTRALISABLE |
NON_COLLECTIF |
NON_FERME |
NON_LETTRABLE |
REPRISE_ANOUVEAUX_DETAILLE |
REPRISE_ANOUVEAUX_NON_DETAILLE |
Modifier and Type | Method and Description |
---|---|
String |
getVariableComptable() |
String |
value() |
static VariableComptable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableComptable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableComptable ACCES_RESTREINT
public static final VariableComptable ACCES_NON_RESTREINT
public static final VariableComptable CENTRALISABLE
public static final VariableComptable NON_CENTRALISABLE
public static final VariableComptable COLLECTIF
public static final VariableComptable NON_COLLECTIF
public static final VariableComptable FERME
public static final VariableComptable NON_FERME
public static final VariableComptable LETTRABLE
public static final VariableComptable NON_LETTRABLE
public static final VariableComptable REPRISE_ANOUVEAUX_DETAILLE
public static final VariableComptable REPRISE_ANOUVEAUX_NON_DETAILLE
public static VariableComptable[] values()
for (VariableComptable c : VariableComptable.values()) System.out.println(c);
public static VariableComptable 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 getVariableComptable()
public final String value()
Copyright © 2016. All rights reserved.