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