@Generated(value="software.amazon.smithy.crt.java.EnumGenerator") public enum QuoteFields extends Enum<QuoteFields>
Enum Constant and Description |
---|
ALWAYS |
ASNEEDED |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static QuoteFields |
fromValue(String value) |
static Set<QuoteFields> |
knownValues() |
void |
setValue(String value) |
String |
value() |
static QuoteFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuoteFields ALWAYS
public static final QuoteFields ASNEEDED
public static final QuoteFields UNKNOWN_TO_SDK_VERSION
public static QuoteFields[] values()
for (QuoteFields c : QuoteFields.values()) System.out.println(c);
public static QuoteFields 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 QuoteFields fromValue(String value)
public static Set<QuoteFields> knownValues()
public String value()
public void setValue(String value)
Copyright © 2021. All rights reserved.