public static enum FieldLastUsed.TypeEnum extends Enum<FieldLastUsed.TypeEnum>
| Enum Constant and Description |
|---|
NO_INFORMATION |
NOT_TRACKED |
TRACKED |
| Modifier and Type | Method and Description |
|---|---|
static FieldLastUsed.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static FieldLastUsed.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldLastUsed.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldLastUsed.TypeEnum TRACKED
public static final FieldLastUsed.TypeEnum NOT_TRACKED
public static final FieldLastUsed.TypeEnum NO_INFORMATION
public static FieldLastUsed.TypeEnum[] values()
for (FieldLastUsed.TypeEnum c : FieldLastUsed.TypeEnum.values()) System.out.println(c);
public static FieldLastUsed.TypeEnum 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 getValue()
public String toString()
toString in class Enum<FieldLastUsed.TypeEnum>public static FieldLastUsed.TypeEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.