public static enum PythonConfig.PythonPathResolution extends Enum<PythonConfig.PythonPathResolution>
| Modifier and Type | Method and Description |
|---|---|
static PythonConfig.PythonPathResolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PythonConfig.PythonPathResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PythonConfig.PythonPathResolution STATIC
public static final PythonConfig.PythonPathResolution DYNAMIC
public static PythonConfig.PythonPathResolution[] values()
for (PythonConfig.PythonPathResolution c : PythonConfig.PythonPathResolution.values()) System.out.println(c);
public static PythonConfig.PythonPathResolution 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 © 2022. All rights reserved.