public enum IsoParam extends Enum<IsoParam> implements CodeIdentifiable
Enum Constant and Description |
---|
LANGUE |
LANGUE_DATA |
LANGUE_IHM |
MOTIF_VIREMENT |
NAF_APE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
value() |
static IsoParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsoParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsoParam MOTIF_VIREMENT
public static final IsoParam LANGUE
public static final IsoParam NAF_APE
public static final IsoParam LANGUE_IHM
public static final IsoParam LANGUE_DATA
public static IsoParam[] values()
for (IsoParam c : IsoParam.values()) System.out.println(c);
public static IsoParam 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 getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.