Uses of Class
editor.run.RunConfigKind
-
Packages that use RunConfigKind Package Description editor.run -
-
Uses of RunConfigKind in editor.run
Methods in editor.run that return RunConfigKind Modifier and Type Method Description static RunConfigKind
RunConfigKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunConfigKind[]
RunConfigKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-