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