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