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