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