@Generated public enum ClusterSource extends Enum<ClusterSource>
Enum Constant and Description |
---|
API |
JOB |
MODELS |
PIPELINE |
PIPELINE_MAINTENANCE |
SQL |
UI |
Modifier and Type | Method and Description |
---|---|
static ClusterSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterSource API
public static final ClusterSource JOB
public static final ClusterSource MODELS
public static final ClusterSource PIPELINE
public static final ClusterSource PIPELINE_MAINTENANCE
public static final ClusterSource SQL
public static final ClusterSource UI
public static ClusterSource[] values()
for (ClusterSource c : ClusterSource.values()) System.out.println(c);
public static ClusterSource 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 © 2024. All rights reserved.