public static enum BidCandidateSpec_SHARED.StatusOfCheck extends Enum<BidCandidateSpec_SHARED.StatusOfCheck>
| Enum Constant and Description |
|---|
WAS_FAILED |
WAS_PASSED |
WILL_BE_FAILED |
WILL_BE_PASSED |
WILL_THROW_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
static BidCandidateSpec_SHARED.StatusOfCheck |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BidCandidateSpec_SHARED.StatusOfCheck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BidCandidateSpec_SHARED.StatusOfCheck WAS_PASSED
public static final BidCandidateSpec_SHARED.StatusOfCheck WAS_FAILED
public static final BidCandidateSpec_SHARED.StatusOfCheck WILL_BE_PASSED
public static final BidCandidateSpec_SHARED.StatusOfCheck WILL_BE_FAILED
public static final BidCandidateSpec_SHARED.StatusOfCheck WILL_THROW_EXCEPTION
public static BidCandidateSpec_SHARED.StatusOfCheck[] values()
for (BidCandidateSpec_SHARED.StatusOfCheck c : BidCandidateSpec_SHARED.StatusOfCheck.values()) System.out.println(c);
public static BidCandidateSpec_SHARED.StatusOfCheck valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null