public static enum StorageFormat.StorageHandlerTypes extends Enum<StorageFormat.StorageHandlerTypes>
| Modifier and Type | Method and Description |
|---|---|
String |
className() |
String |
inputFormat() |
String |
outputFormat() |
static StorageFormat.StorageHandlerTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageFormat.StorageHandlerTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageFormat.StorageHandlerTypes DEFAULT
public static final StorageFormat.StorageHandlerTypes ICEBERG
public static StorageFormat.StorageHandlerTypes[] values()
for (StorageFormat.StorageHandlerTypes c : StorageFormat.StorageHandlerTypes.values()) System.out.println(c);
public static StorageFormat.StorageHandlerTypes 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 className()
public String inputFormat()
public String outputFormat()
Copyright © 2024 The Apache Software Foundation. All rights reserved.