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