public static enum SchemaBuilder.KeyCaching extends Enum<SchemaBuilder.KeyCaching>
Modifier and Type | Method and Description |
---|---|
static SchemaBuilder.KeyCaching |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaBuilder.KeyCaching[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaBuilder.KeyCaching ALL
public static final SchemaBuilder.KeyCaching NONE
public static SchemaBuilder.KeyCaching[] values()
for (SchemaBuilder.KeyCaching c : SchemaBuilder.KeyCaching.values()) System.out.println(c);
public static SchemaBuilder.KeyCaching 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 © 2012–2019. All rights reserved.