SolutionType Class

public final class SolutionType
extends ExpandableStringEnum<SolutionType>

Solution Type.

Field Summary

Modifier and Type Field and Description
static final SolutionType DIAGNOSTICS

Diagnostics resource type.

static final SolutionType SELF_HELP

SelfHelp resource type.

static final SolutionType SOLUTIONS

Solutions resource type.

static final SolutionType TROUBLESHOOTERS

Troubleshooters resource type.

Constructor Summary

Constructor Description
SolutionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SolutionType value.

Method Summary

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

Creates or finds a SolutionType from its string representation.

static Collection<SolutionType> values()

Gets known SolutionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DIAGNOSTICS

public static final SolutionType DIAGNOSTICS

Diagnostics resource type.

SELF_HELP

public static final SolutionType SELF_HELP

SelfHelp resource type.

SOLUTIONS

public static final SolutionType SOLUTIONS

Solutions resource type.

TROUBLESHOOTERS

public static final SolutionType TROUBLESHOOTERS

Troubleshooters resource type.

Constructor Details

SolutionType

@Deprecated
public SolutionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SolutionType value.

Method Details

fromString

public static SolutionType fromString(String name)

Creates or finds a SolutionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SolutionType.

values

public static Collection<SolutionType> values()

Gets known SolutionType values.

Returns:

known SolutionType values.

Applies to