public static enum ConditionalValueParser.ConditionState extends Enum<ConditionalValueParser.ConditionState>
Modifier and Type | Method and Description |
---|---|
boolean |
isCheckPassed() |
boolean |
isValid() |
static ConditionalValueParser.ConditionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalValueParser.ConditionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionalValueParser.ConditionState TRUE
public static final ConditionalValueParser.ConditionState FALSE
public static final ConditionalValueParser.ConditionState INVALID
public static ConditionalValueParser.ConditionState[] values()
for (ConditionalValueParser.ConditionState c : ConditionalValueParser.ConditionState.values()) System.out.println(c);
public static ConditionalValueParser.ConditionState 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 boolean isValid()
public boolean isCheckPassed()
Copyright © 2012–2020. All rights reserved.