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