public enum ExploreFields extends Enum<ExploreFields>
| Enum Constant and Description |
|---|
BEACON |
CERTAINTY |
CLASS_NAME |
DISTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ExploreFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExploreFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExploreFields CERTAINTY
public static final ExploreFields DISTANCE
public static final ExploreFields BEACON
public static final ExploreFields CLASS_NAME
public static ExploreFields[] values()
for (ExploreFields c : ExploreFields.values()) System.out.println(c);
public static ExploreFields 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 String toString()
toString in class Enum<ExploreFields>Copyright © 2022 SeMI Technologies B.V.. All rights reserved.