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