@Generated(value="jsonschema2pojo") public static enum Rule.FallbackResult extends Enum<Rule.FallbackResult>
Enum Constant and Description |
---|
PLACE_DEFAULT |
REJECT |
SKIP |
Modifier and Type | Method and Description |
---|---|
static Rule.FallbackResult |
fromValue(String value) |
String |
toString() |
String |
value() |
static Rule.FallbackResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rule.FallbackResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rule.FallbackResult SKIP
public static final Rule.FallbackResult REJECT
public static final Rule.FallbackResult PLACE_DEFAULT
public static Rule.FallbackResult[] values()
for (Rule.FallbackResult c : Rule.FallbackResult.values()) System.out.println(c);
public static Rule.FallbackResult 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 String toString()
toString
in class Enum<Rule.FallbackResult>
public String value()
public static Rule.FallbackResult fromValue(String value)
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.