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