SampleType Class

public final class SampleType
extends ExpandableStringEnum<SampleType>

The type of sample used in the analysis.

Field Summary

Modifier and Type Field and Description
static final SampleType EVALUATION_RESULT_SAMPLE

A sample from the evaluation result.

Constructor Summary

Constructor Description
SampleType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SampleType value.

Method Summary

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

Creates or finds a SampleType from its string representation.

static Collection<SampleType> values()

Gets known SampleType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EVALUATION_RESULT_SAMPLE

public static final SampleType EVALUATION_RESULT_SAMPLE

A sample from the evaluation result.

Constructor Details

SampleType

@Deprecated
public SampleType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SampleType value.

Method Details

fromString

public static SampleType fromString(String name)

Creates or finds a SampleType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SampleType.

values

public static Collection<SampleType> values()

Gets known SampleType values.

Returns:

known SampleType values.

Applies to