InputDeliveryMode Class

public final class InputDeliveryMode
extends ExpandableStringEnum<InputDeliveryMode>

Enum to determine the input data delivery mode.

Field Summary

Modifier and Type Field and Description
static final InputDeliveryMode DIRECT

Static value Direct for InputDeliveryMode.

static final InputDeliveryMode DOWNLOAD

Static value Download for InputDeliveryMode.

static final InputDeliveryMode EVAL_DOWNLOAD

Static value EvalDownload for InputDeliveryMode.

static final InputDeliveryMode EVAL_MOUNT

Static value EvalMount for InputDeliveryMode.

static final InputDeliveryMode READ_ONLY_MOUNT

Static value ReadOnlyMount for InputDeliveryMode.

static final InputDeliveryMode READ_WRITE_MOUNT

Static value ReadWriteMount for InputDeliveryMode.

Constructor Summary

Constructor Description
InputDeliveryMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InputDeliveryMode value.

Method Summary

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

Creates or finds a InputDeliveryMode from its string representation.

static Collection<InputDeliveryMode> values()

Gets known InputDeliveryMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DIRECT

public static final InputDeliveryMode DIRECT

Static value Direct for InputDeliveryMode.

DOWNLOAD

public static final InputDeliveryMode DOWNLOAD

Static value Download for InputDeliveryMode.

EVAL_DOWNLOAD

public static final InputDeliveryMode EVAL_DOWNLOAD

Static value EvalDownload for InputDeliveryMode.

EVAL_MOUNT

public static final InputDeliveryMode EVAL_MOUNT

Static value EvalMount for InputDeliveryMode.

READ_ONLY_MOUNT

public static final InputDeliveryMode READ_ONLY_MOUNT

Static value ReadOnlyMount for InputDeliveryMode.

READ_WRITE_MOUNT

public static final InputDeliveryMode READ_WRITE_MOUNT

Static value ReadWriteMount for InputDeliveryMode.

Constructor Details

InputDeliveryMode

@Deprecated
public InputDeliveryMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InputDeliveryMode value.

Method Details

fromString

public static InputDeliveryMode fromString(String name)

Creates or finds a InputDeliveryMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InputDeliveryMode.

values

public static Collection<InputDeliveryMode> values()

Gets known InputDeliveryMode values.

Returns:

known InputDeliveryMode values.

Applies to