public static enum Types.CheckerResult_Status extends java.lang.Enum<Types.CheckerResult_Status>
| Enum Constant and Description |
|---|
INCOMPLETE |
NOTFOUND |
SUCCESS |
UNSUCCESS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier() |
static Types.CheckerResult_Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Types.CheckerResult_Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.CheckerResult_Status SUCCESS
public static final Types.CheckerResult_Status UNSUCCESS
public static final Types.CheckerResult_Status NOTFOUND
public static final Types.CheckerResult_Status INCOMPLETE
public static Types.CheckerResult_Status[] values()
for (Types.CheckerResult_Status c : Types.CheckerResult_Status.values()) System.out.println(c);
public static Types.CheckerResult_Status 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 getIdentifier()
Copyright © 2025. All rights reserved.