public static enum Tables.TableCreator.TableFormat extends Enum<Tables.TableCreator.TableFormat>
Enum Constant and Description |
---|
APPEND |
DELTA |
EXTERNAL |
TRANSACTION |
VIEW |
Modifier and Type | Method and Description |
---|---|
static Tables.TableCreator.TableFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tables.TableCreator.TableFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tables.TableCreator.TableFormat APPEND
public static final Tables.TableCreator.TableFormat TRANSACTION
public static final Tables.TableCreator.TableFormat DELTA
public static final Tables.TableCreator.TableFormat EXTERNAL
public static final Tables.TableCreator.TableFormat VIEW
public static Tables.TableCreator.TableFormat[] values()
for (Tables.TableCreator.TableFormat c : Tables.TableCreator.TableFormat.values()) System.out.println(c);
public static Tables.TableCreator.TableFormat 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 © 2025 Alibaba Cloud Computing. All rights reserved.