public static enum VersionChecker.VersionCheckStatus extends java.lang.Enum<VersionChecker.VersionCheckStatus> implements CheckStatus
| Enum Constant and Description |
|---|
BASIC_FIELDS_EXISTS_VERSION_INVALID |
BASIC_FIELDS_EXISTS_VERSION_VALID |
EXTENSION_EXISTS_VERSION_INVALID |
EXTENSION_EXISTS_VERSION_VALID |
UID_EXISTS_VERSION_INVALID |
UID_EXISTS_VERSION_VALID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText() |
static VersionChecker.VersionCheckStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VersionChecker.VersionCheckStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionChecker.VersionCheckStatus EXTENSION_EXISTS_VERSION_VALID
public static final VersionChecker.VersionCheckStatus EXTENSION_EXISTS_VERSION_INVALID
public static final VersionChecker.VersionCheckStatus UID_EXISTS_VERSION_VALID
public static final VersionChecker.VersionCheckStatus UID_EXISTS_VERSION_INVALID
public static final VersionChecker.VersionCheckStatus BASIC_FIELDS_EXISTS_VERSION_VALID
public static final VersionChecker.VersionCheckStatus BASIC_FIELDS_EXISTS_VERSION_INVALID
public static VersionChecker.VersionCheckStatus[] values()
for (VersionChecker.VersionCheckStatus c : VersionChecker.VersionCheckStatus.values()) System.out.println(c);
public static VersionChecker.VersionCheckStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getText()
getText in interface CheckStatusCopyright © 2025. All rights reserved.