public enum TypeRattachement extends Enum<TypeRattachement> implements IdentIdentifiable, CodeIdentifiable, Localisable
| Enum Constant and Description |
|---|
AFFECTATION_STOCKS |
CHARGES |
PRODUITS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsCode(String code) |
ClasseCompte |
getClasseCompteAssociee() |
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
static TypeRattachement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeRattachement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeRattachement CHARGES
public static final TypeRattachement PRODUITS
public static final TypeRattachement AFFECTATION_STOCKS
public static TypeRattachement[] values()
for (TypeRattachement c : TypeRattachement.values()) System.out.println(c);
public static TypeRattachement 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 IdentIdentifiablepublic String getLibelle()
getLibelle in interface Localisablepublic String getCode()
getCode in interface CodeIdentifiablepublic ClasseCompte getClasseCompteAssociee()
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.