public static enum Schema.AdditionalPropertiesValue extends Enum<Schema.AdditionalPropertiesValue>
Enum Constant and Description |
---|
FALSE |
TRUE |
USE_ADDITIONAL_PROPERTIES_ANNOTATION |
Modifier and Type | Method and Description |
---|---|
static Schema.AdditionalPropertiesValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.AdditionalPropertiesValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.AdditionalPropertiesValue TRUE
public static final Schema.AdditionalPropertiesValue FALSE
public static final Schema.AdditionalPropertiesValue USE_ADDITIONAL_PROPERTIES_ANNOTATION
public static Schema.AdditionalPropertiesValue[] values()
for (Schema.AdditionalPropertiesValue c : Schema.AdditionalPropertiesValue.values()) System.out.println(c);
public static Schema.AdditionalPropertiesValue 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 nullCopyright © 2022. All rights reserved.