Type Class

public final class Type
extends ExpandableStringEnum<Type>

Type of Troubleshooting step.

Field Summary

Modifier and Type Field and Description
static final Type AUTOMATED_CHECK

Static value AutomatedCheck for Type.

static final Type DECISION

Static value Decision for Type.

static final Type INPUT

Static value Input for Type.

static final Type INSIGHT

Static value Insight for Type.

static final Type SOLUTION

Static value Solution for Type.

Constructor Summary

Constructor Description
Type()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Type value.

Method Summary

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

Creates or finds a Type from its string representation.

static Collection<Type> values()

Gets known Type values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTOMATED_CHECK

public static final Type AUTOMATED_CHECK

Static value AutomatedCheck for Type.

DECISION

public static final Type DECISION

Static value Decision for Type.

INPUT

public static final Type INPUT

Static value Input for Type.

INSIGHT

public static final Type INSIGHT

Static value Insight for Type.

SOLUTION

public static final Type SOLUTION

Static value Solution for Type.

Constructor Details

Type

@Deprecated
public Type()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Type value.

Method Details

fromString

public static Type fromString(String name)

Creates or finds a Type from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Type.

values

public static Collection<Type> values()

Gets known Type values.

Returns:

known Type values.

Applies to