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