public static enum Normalized.StatusTag extends Enum<Normalized.StatusTag>
Enum Constant and Description |
---|
REQUIRES_SUBJECT_USER_FIXUP |
SUBJECT_USER_HAS_BEEN_FIXED |
Modifier and Type | Method and Description |
---|---|
static Normalized.StatusTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Normalized.StatusTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Normalized.StatusTag REQUIRES_SUBJECT_USER_FIXUP
public static final Normalized.StatusTag SUBJECT_USER_HAS_BEEN_FIXED
public static Normalized.StatusTag[] values()
for (Normalized.StatusTag c : Normalized.StatusTag.values()) System.out.println(c);
public static Normalized.StatusTag 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 nullCopyright © 2022. All rights reserved.