@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public enum BlankStringEnum extends Enum<BlankStringEnum>
| Modifier and Type | Method and Description |
|---|---|
static BlankStringEnum |
fromValue(Object value) |
String |
value() |
static BlankStringEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlankStringEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlankStringEnum BLANK
public static final BlankStringEnum YES
public static final BlankStringEnum NO
public static BlankStringEnum[] values()
for (BlankStringEnum c : BlankStringEnum.values()) System.out.println(c);
public static BlankStringEnum 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 value()
public static BlankStringEnum fromValue(Object value)
Copyright © 2023. All rights reserved.