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