OperatorScopeType Class

public final class OperatorScopeType
extends ExpandableStringEnum<OperatorScopeType>

Scope at which the operator will be installed.

Field Summary

Modifier and Type Field and Description
static final OperatorScopeType CLUSTER

Static value cluster for OperatorScopeType.

static final OperatorScopeType NAMESPACE

Static value namespace for OperatorScopeType.

Constructor Summary

Constructor Description
OperatorScopeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OperatorScopeType value.

Method Summary

Modifier and Type Method and Description
static OperatorScopeType fromString(String name)

Creates or finds a OperatorScopeType from its string representation.

static Collection<OperatorScopeType> values()

Gets known OperatorScopeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CLUSTER

public static final OperatorScopeType CLUSTER

Static value cluster for OperatorScopeType.

NAMESPACE

public static final OperatorScopeType NAMESPACE

Static value namespace for OperatorScopeType.

Constructor Details

OperatorScopeType

@Deprecated
public OperatorScopeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OperatorScopeType value.

Method Details

fromString

public static OperatorScopeType fromString(String name)

Creates or finds a OperatorScopeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OperatorScopeType.

values

public static Collection values()

Gets known OperatorScopeType values.

Returns:

known OperatorScopeType values.

Applies to