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