public static enum IcebergOptions.StorageLocation extends Enum<IcebergOptions.StorageLocation> implements DescribedEnum
Enum Constant and Description |
---|
CATALOG_STORAGE |
TABLE_LOCATION |
Modifier and Type | Method and Description |
---|---|
InlineElement |
getDescription()
Returns the description for the enum constant.
|
String |
toString() |
static IcebergOptions.StorageLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcebergOptions.StorageLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcebergOptions.StorageLocation TABLE_LOCATION
public static final IcebergOptions.StorageLocation CATALOG_STORAGE
public static IcebergOptions.StorageLocation[] values()
for (IcebergOptions.StorageLocation c : IcebergOptions.StorageLocation.values()) System.out.println(c);
public static IcebergOptions.StorageLocation 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 toString()
toString
in class Enum<IcebergOptions.StorageLocation>
public InlineElement getDescription()
DescribedEnum
If you want to include links or code blocks, use TextElement.wrap(InlineElement...)
to wrap multiple inline elements into a single one.
getDescription
in interface DescribedEnum
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.