public enum TypeDateTabFac extends Enum<TypeDateTabFac> implements IdentIdentifiable
Enum Constant and Description |
---|
CONTRAT |
FACTURATION_PREV |
PIECE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
String |
getLibelle() |
static TypeDateTabFac |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDateTabFac[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDateTabFac PIECE
public static final TypeDateTabFac FACTURATION_PREV
public static final TypeDateTabFac CONTRAT
public static TypeDateTabFac[] values()
for (TypeDateTabFac c : TypeDateTabFac.values()) System.out.println(c);
public static TypeDateTabFac 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 boolean equalsIdent(Double ident)
public Double getIdent()
getIdent
in interface IdentIdentifiable
public String getLibelle()
Copyright © 2016. All rights reserved.