public enum TypeEcartRgt extends Enum<TypeEcartRgt>
Modifier and Type | Method and Description |
---|---|
ClasseCompte[] |
getClassesCompte() |
String |
getSuffixe() |
static TypeEcartRgt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEcartRgt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeEcartRgt RGT
public static final TypeEcartRgt CHANGE
public static final TypeEcartRgt FRAIS
public static final TypeEcartRgt IMPOT
public static final TypeEcartRgt TVA
public static final TypeEcartRgt EURO
public static TypeEcartRgt[] values()
for (TypeEcartRgt c : TypeEcartRgt.values()) System.out.println(c);
public static TypeEcartRgt 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 ClasseCompte[] getClassesCompte()
public String getSuffixe()
Copyright © 2016. All rights reserved.