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