public enum RuleCheckingOutput extends Enum<RuleCheckingOutput>
Modifier and Type | Method and Description |
---|---|
String |
asString() |
static RuleCheckingOutput |
create(boolean isNA,
boolean value) |
Object |
value() |
static RuleCheckingOutput |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleCheckingOutput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleCheckingOutput NA
public static final RuleCheckingOutput FAILED
public static final RuleCheckingOutput PASSED
public static RuleCheckingOutput[] values()
for (RuleCheckingOutput c : RuleCheckingOutput.values()) System.out.println(c);
public static RuleCheckingOutput 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 nullpublic Object value()
public String asString()
public static RuleCheckingOutput create(boolean isNA, boolean value)
Copyright © 2020. All rights reserved.