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