CustomizedAcceleratorType Class

public final class CustomizedAcceleratorType
extends ExpandableStringEnum<CustomizedAcceleratorType>

Type of the customized accelerator.

Field Summary

Modifier and Type Field and Description
static final CustomizedAcceleratorType ACCELERATOR

Static value Accelerator for CustomizedAcceleratorType.

static final CustomizedAcceleratorType FRAGMENT

Static value Fragment for CustomizedAcceleratorType.

Constructor Summary

Constructor Description
CustomizedAcceleratorType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomizedAcceleratorType value.

Method Summary

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

Creates or finds a CustomizedAcceleratorType from its string representation.

static Collection<CustomizedAcceleratorType> values()

Gets known CustomizedAcceleratorType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACCELERATOR

public static final CustomizedAcceleratorType ACCELERATOR

Static value Accelerator for CustomizedAcceleratorType.

FRAGMENT

public static final CustomizedAcceleratorType FRAGMENT

Static value Fragment for CustomizedAcceleratorType.

Constructor Details

CustomizedAcceleratorType

@Deprecated
public CustomizedAcceleratorType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomizedAcceleratorType value.

Method Details

fromString

public static CustomizedAcceleratorType fromString(String name)

Creates or finds a CustomizedAcceleratorType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomizedAcceleratorType.

values

public static Collection values()

Gets known CustomizedAcceleratorType values.

Returns:

known CustomizedAcceleratorType values.

Applies to