public enum EtatTabFact extends Enum<EtatTabFact> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
ANNULES |
ENCOURS |
FACTURES |
NONVALIDES |
TOUS |
VALIDES |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
String |
getCodeEtat() |
static EtatTabFact |
getEtatFrom(Date dtValide,
Date dtFact) |
String |
getLibelle() |
static String[] |
toutesFacturations() |
String |
value() |
static EtatTabFact |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatTabFact[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatTabFact ENCOURS
public static final EtatTabFact FACTURES
public static final EtatTabFact ANNULES
public static final EtatTabFact VALIDES
public static final EtatTabFact NONVALIDES
public static final EtatTabFact TOUS
public static EtatTabFact[] values()
for (EtatTabFact c : EtatTabFact.values()) System.out.println(c);
public static EtatTabFact 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 static final String[] toutesFacturations()
public final String value()
public String getCodeEtat()
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
public boolean equalsCode(String code)
public static EtatTabFact getEtatFrom(Date dtValide, Date dtFact)
Copyright © 2016. All rights reserved.