| Modifier and Type | Method and Description |
|---|---|
FileFormat |
LoadOptions.getFileFormat()
Gets the exact type of the file that is to be loaded.
|
static FileFormat |
FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadOptions.setFileFormat(FileFormat fileFormat)
Sets the exact type of the file that is to be loaded.
|
| Constructor and Description |
|---|
LoadOptions(FileFormat fileFormat)
Initializes a new instance of the
LoadOptions class with a specific file format. |
Copyright © 2026. All rights reserved.