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