public static enum ImportOptions.OptionKeys extends Enum<ImportOptions.OptionKeys>
Enum Constant and Description |
---|
HANDLE_EXISTING
What to do if there is already a vdb with the same name
|
MODEL_TYPE
Type of model, default is PHYSICAL
|
NAME
Name of artefact
|
VDB_FILE_PATH
Location of vdb file
|
Modifier and Type | Method and Description |
---|---|
Object |
defaultValue() |
static ImportOptions.OptionKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportOptions.OptionKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportOptions.OptionKeys NAME
public static final ImportOptions.OptionKeys MODEL_TYPE
public static final ImportOptions.OptionKeys VDB_FILE_PATH
public static final ImportOptions.OptionKeys HANDLE_EXISTING
public static ImportOptions.OptionKeys[] values()
for (ImportOptions.OptionKeys c : ImportOptions.OptionKeys.values()) System.out.println(c);
public static ImportOptions.OptionKeys 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 Object defaultValue()
Copyright © 2013–2019. All rights reserved.