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