Package | Description |
---|---|
jenkins.internal.enumeration |
Modifier and Type | Field and Description |
---|---|
static EnumSet<PythonWords> |
PythonWords.BOOLEAN_CALLS
identifiers of calls that are accepted for boolean data types.
|
static EnumSet<PythonWords> |
PythonWords.BOOLEAN_CALLS
identifiers of calls that are accepted for boolean data types.
|
static EnumSet<PythonWords> |
PythonWords.ENUM_CALLS
identifiers of calls that are accepted for numeric data types.
|
static EnumSet<PythonWords> |
PythonWords.ENUM_CALLS
identifiers of calls that are accepted for numeric data types.
|
static EnumSet<PythonWords> |
PythonWords.NUMERIC_CALLS
identifiers of calls that are accepted for numeric data types.
|
static EnumSet<PythonWords> |
PythonWords.NUMERIC_CALLS
identifiers of calls that are accepted for numeric data types.
|
static EnumSet<PythonWords> |
PythonWords.RESERVED_WORDS
KeyPythonWords reserved in Python.
|
static EnumSet<PythonWords> |
PythonWords.RESERVED_WORDS
KeyPythonWords reserved in Python.
|
static EnumSet<PythonWords> |
PythonWords.SET_CASTS
|
static EnumSet<PythonWords> |
PythonWords.SET_CASTS
|
static EnumSet<PythonWords> |
PythonWords.SET_CONST_BOOL
The literals True and False.
|
static EnumSet<PythonWords> |
PythonWords.SET_CONST_BOOL
The literals True and False.
|
static EnumSet<PythonWords> |
PythonWords.SET_CONST_NONE
The literal None.
|
static EnumSet<PythonWords> |
PythonWords.SET_CONST_NONE
The literal None.
|
static EnumSet<PythonWords> |
PythonWords.SET_CONSTS
|
static EnumSet<PythonWords> |
PythonWords.SET_CONSTS
|
static EnumSet<PythonWords> |
PythonWords.SET_EMPTY
Leere Menge.
|
static EnumSet<PythonWords> |
PythonWords.SET_EMPTY
Leere Menge.
|
static EnumSet<PythonWords> |
PythonWords.STRING_CALLS
identifiers of calls that are accepted for boolean data types.
|
static EnumSet<PythonWords> |
PythonWords.STRING_CALLS
identifiers of calls that are accepted for boolean data types.
|
Modifier and Type | Method and Description |
---|---|
static PythonWords |
PythonWords.get(String identifier) |
static PythonWords |
PythonWords.get(String identifier) |
static PythonWords |
PythonWords.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PythonWords |
PythonWords.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PythonWords[] |
PythonWords.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PythonWords[] |
PythonWords.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2023 MicroNova AG. All rights reserved.