public final class PythonVersion extends ExpandableStringEnum<PythonVersion>
Modifier and Type | Field and Description |
---|---|
static PythonVersion |
OFF
Static value 'Off' for PythonVersion.
|
static PythonVersion |
PYTHON_27
Static value 2.7 for PythonVersion.
|
static PythonVersion |
PYTHON_34
Static value 3.4 for PythonVersion.
|
Constructor and Description |
---|
PythonVersion() |
Modifier and Type | Method and Description |
---|---|
static PythonVersion |
fromString(String name)
Finds or creates a Python version based on the specified name.
|
static Collection<PythonVersion> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final PythonVersion OFF
public static final PythonVersion PYTHON_27
public static final PythonVersion PYTHON_34
public static PythonVersion fromString(String name)
name
- a namepublic static Collection<PythonVersion> values()
Copyright © 2019. All rights reserved.