public static enum CxxPythonExtensionDescription.Type extends Enum<CxxPythonExtensionDescription.Type> implements FlavorConvertible
Enum Constant and Description |
---|
COMPILATION_DATABASE |
EXTENSION |
Modifier and Type | Method and Description |
---|---|
Flavor |
getFlavor() |
static CxxPythonExtensionDescription.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxxPythonExtensionDescription.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxxPythonExtensionDescription.Type EXTENSION
public static final CxxPythonExtensionDescription.Type COMPILATION_DATABASE
public static CxxPythonExtensionDescription.Type[] values()
for (CxxPythonExtensionDescription.Type c : CxxPythonExtensionDescription.Type.values()) System.out.println(c);
public static CxxPythonExtensionDescription.Type 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 Flavor getFlavor()
getFlavor
in interface FlavorConvertible