public enum ESState extends Enum<ESState>
Enum Constant and Description |
---|
ERROR |
INDEXING |
INDEXOK |
REINDEX |
UNKNOWN |
UNKNOWN_0 |
Modifier and Type | Method and Description |
---|---|
String |
color() |
static String |
findColor(Double value) |
static String |
findLibelle(Double value) |
String |
libelle() |
Double |
value() |
static ESState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESState UNKNOWN
public static final ESState UNKNOWN_0
public static final ESState ERROR
public static final ESState REINDEX
public static final ESState INDEXING
public static final ESState INDEXOK
public static ESState[] values()
for (ESState c : ESState.values()) System.out.println(c);
public static ESState 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 final String libelle()
public final String color()
Copyright © 2016. All rights reserved.