@Generated public enum ImportFormat extends Enum<ImportFormat>
| Enum Constant and Description |
|---|
AUTO |
DBC |
HTML |
JUPYTER |
R_MARKDOWN |
RAW |
SOURCE |
| Modifier and Type | Method and Description |
|---|---|
static ImportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportFormat AUTO
public static final ImportFormat DBC
public static final ImportFormat HTML
public static final ImportFormat JUPYTER
public static final ImportFormat RAW
public static final ImportFormat R_MARKDOWN
public static final ImportFormat SOURCE
public static ImportFormat[] values()
for (ImportFormat c : ImportFormat.values()) System.out.println(c);
public static ImportFormat 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. All rights reserved.