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