Share via


PipelineReferenceType Class

public final class PipelineReferenceType
extends ExpandableStringEnum<PipelineReferenceType>

Pipeline reference type.

Field Summary

Modifier and Type Field and Description
static final PipelineReferenceType PIPELINE_REFERENCE

Static value PipelineReference for PipelineReferenceType.

Constructor Summary

Constructor Description
PipelineReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PipelineReferenceType value.

Method Summary

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

Creates or finds a PipelineReferenceType from its string representation.

static Collection<PipelineReferenceType> values()

Gets known PipelineReferenceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PIPELINE_REFERENCE

public static final PipelineReferenceType PIPELINE_REFERENCE

Static value PipelineReference for PipelineReferenceType.

Constructor Details

PipelineReferenceType

@Deprecated
public PipelineReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PipelineReferenceType value.

Method Details

fromString

public static PipelineReferenceType fromString(String name)

Creates or finds a PipelineReferenceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PipelineReferenceType.

values

public static Collection<PipelineReferenceType> values()

Gets known PipelineReferenceType values.

Returns:

known PipelineReferenceType values.

Applies to