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