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