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