public enum CodeActionDmdInt extends Enum<CodeActionDmdInt>
Enum Constant and Description |
---|
ANNUL_INTER |
ANNUL_RESOL |
ANNULATION |
CLOTURE |
DECLOTURE |
ENVOI_MANUEL |
INTERVENTION |
MAJ_CONTEXTE |
MAJ_EXCEP |
MAJ_STATUT |
MAJ_TEMPS |
MARQUER_COMME_DOUBLON |
MODIF_EN_LOT |
MODIFICATION |
OUVERTURE |
REOUVERTURE |
REPRISE |
RESOLUTION |
SUSPENSION |
TERMINAISON |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static CodeActionDmdInt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeActionDmdInt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeActionDmdInt OUVERTURE
public static final CodeActionDmdInt MODIFICATION
public static final CodeActionDmdInt MAJ_STATUT
public static final CodeActionDmdInt SUSPENSION
public static final CodeActionDmdInt REPRISE
public static final CodeActionDmdInt INTERVENTION
public static final CodeActionDmdInt ANNUL_INTER
public static final CodeActionDmdInt RESOLUTION
public static final CodeActionDmdInt ANNUL_RESOL
public static final CodeActionDmdInt ANNULATION
public static final CodeActionDmdInt CLOTURE
public static final CodeActionDmdInt DECLOTURE
public static final CodeActionDmdInt ENVOI_MANUEL
public static final CodeActionDmdInt TERMINAISON
public static final CodeActionDmdInt MAJ_CONTEXTE
public static final CodeActionDmdInt MAJ_EXCEP
public static final CodeActionDmdInt MAJ_TEMPS
public static final CodeActionDmdInt MODIF_EN_LOT
public static final CodeActionDmdInt MARQUER_COMME_DOUBLON
public static final CodeActionDmdInt REOUVERTURE
public static CodeActionDmdInt[] values()
for (CodeActionDmdInt c : CodeActionDmdInt.values()) System.out.println(c);
public static CodeActionDmdInt 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()
Copyright © 2016. All rights reserved.