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