public enum StatutDmdTypes extends Enum<StatutDmdTypes>
Enum Constant and Description |
---|
CLOTUREEXT |
CLOTUREINT |
ENCOURS |
OUVERT |
RESOLU |
SUSPENDU |
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
Double |
getType() |
Double |
value() |
static StatutDmdTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatutDmdTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatutDmdTypes OUVERT
public static final StatutDmdTypes ENCOURS
public static final StatutDmdTypes SUSPENDU
public static final StatutDmdTypes RESOLU
public static final StatutDmdTypes CLOTUREEXT
public static final StatutDmdTypes CLOTUREINT
public static StatutDmdTypes[] values()
for (StatutDmdTypes c : StatutDmdTypes.values()) System.out.println(c);
public static StatutDmdTypes 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 getType()
public String getLibelle()
public final Double value()
Copyright © 2016. All rights reserved.