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