public enum DeclarationTvaSteps extends Enum<DeclarationTvaSteps> implements IdentIdentifiable
| Enum Constant and Description |
|---|
ECRITURE_CENTRALISATION |
ECRITURE_REGLEMENT |
PRE_LETTRAGE |
PROPOSITION_CA3 |
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
toString() |
static DeclarationTvaSteps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeclarationTvaSteps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeclarationTvaSteps PROPOSITION_CA3
public static final DeclarationTvaSteps PRE_LETTRAGE
public static final DeclarationTvaSteps ECRITURE_CENTRALISATION
public static final DeclarationTvaSteps ECRITURE_REGLEMENT
public static DeclarationTvaSteps[] values()
for (DeclarationTvaSteps c : DeclarationTvaSteps.values()) System.out.println(c);
public static DeclarationTvaSteps 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 toString()
toString in class Enum<DeclarationTvaSteps>public Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.