ScanTriggerType Class

public final class ScanTriggerType
extends ExpandableStringEnum<ScanTriggerType>

The scan trigger type.

Field Summary

Modifier and Type Field and Description
static final ScanTriggerType ON_DEMAND

Static value OnDemand for ScanTriggerType.

static final ScanTriggerType RECURRING

Static value Recurring for ScanTriggerType.

Constructor Summary

Constructor Description
ScanTriggerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScanTriggerType value.

Method Summary

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

Creates or finds a ScanTriggerType from its string representation.

static Collection<ScanTriggerType> values()

Gets known ScanTriggerType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ON_DEMAND

public static final ScanTriggerType ON_DEMAND

Static value OnDemand for ScanTriggerType.

RECURRING

public static final ScanTriggerType RECURRING

Static value Recurring for ScanTriggerType.

Constructor Details

ScanTriggerType

@Deprecated
public ScanTriggerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScanTriggerType value.

Method Details

fromString

public static ScanTriggerType fromString(String name)

Creates or finds a ScanTriggerType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScanTriggerType.

values

public static Collection values()

Gets known ScanTriggerType values.

Returns:

known ScanTriggerType values.

Applies to