public enum TypeTiers extends Enum<TypeTiers> implements CodeIdentifiable, IdentIdentifiable, Localisable
Enum Constant and Description |
---|
AUTRETIERS |
CLIENT |
COLLABORATEUR |
CONTACT |
ETABLISSEMENT |
FOURNISSEUR |
GROUPE |
INTERVENANT |
LIEUFORMATION |
PROSPECT |
SOCIETE |
UTILISATEUR |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
boolean |
equalsIdent(Double ident) |
static TypeTiers |
getByCode(String code) |
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
String |
value() |
static TypeTiers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeTiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeTiers CLIENT
public static final TypeTiers PROSPECT
public static final TypeTiers FOURNISSEUR
public static final TypeTiers COLLABORATEUR
public static final TypeTiers CONTACT
public static final TypeTiers INTERVENANT
public static final TypeTiers UTILISATEUR
public static final TypeTiers ETABLISSEMENT
public static final TypeTiers AUTRETIERS
public static final TypeTiers SOCIETE
public static final TypeTiers LIEUFORMATION
public static final TypeTiers GROUPE
public static TypeTiers[] values()
for (TypeTiers c : TypeTiers.values()) System.out.println(c);
public static TypeTiers 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 final String value()
public String getLibelle()
getLibelle
in interface Localisable
public Double getIdent()
getIdent
in interface IdentIdentifiable
public String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
public boolean equalsIdent(Double ident)
Copyright © 2016. All rights reserved.