IsRecommendSolution Class

public final class IsRecommendSolution
extends ExpandableStringEnum<IsRecommendSolution>

Indicates whether this solution is the recommended.

Field Summary

Modifier and Type Field and Description
static final IsRecommendSolution FALSE

This solution is not the recommended.

static final IsRecommendSolution TRUE

This solution is the recommended.

Constructor Summary

Constructor Description
IsRecommendSolution()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsRecommendSolution value.

Method Summary

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

Creates or finds a IsRecommendSolution from its string representation.

static Collection<IsRecommendSolution> values()

Gets known IsRecommendSolution values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final IsRecommendSolution FALSE

This solution is not the recommended.

TRUE

public static final IsRecommendSolution TRUE

This solution is the recommended.

Constructor Details

IsRecommendSolution

@Deprecated
public IsRecommendSolution()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsRecommendSolution value.

Method Details

fromString

public static IsRecommendSolution fromString(String name)

Creates or finds a IsRecommendSolution from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsRecommendSolution.

values

public static Collection<IsRecommendSolution> values()

Gets known IsRecommendSolution values.

Returns:

known IsRecommendSolution values.

Applies to