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