PolicyEvaluatorType Class

public final class PolicyEvaluatorType
extends ExpandableStringEnum<PolicyEvaluatorType>

The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy).

Field Summary

Modifier and Type Field and Description
static final PolicyEvaluatorType ALLOWED_VALUES_POLICY

Static value AllowedValuesPolicy for PolicyEvaluatorType.

static final PolicyEvaluatorType MAX_VALUE_POLICY

Static value MaxValuePolicy for PolicyEvaluatorType.

Constructor Summary

Constructor Description
PolicyEvaluatorType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PolicyEvaluatorType value.

Method Summary

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

Creates or finds a PolicyEvaluatorType from its string representation.

static Collection<PolicyEvaluatorType> values()

Gets known PolicyEvaluatorType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALLOWED_VALUES_POLICY

public static final PolicyEvaluatorType ALLOWED_VALUES_POLICY

Static value AllowedValuesPolicy for PolicyEvaluatorType.

MAX_VALUE_POLICY

public static final PolicyEvaluatorType MAX_VALUE_POLICY

Static value MaxValuePolicy for PolicyEvaluatorType.

Constructor Details

PolicyEvaluatorType

@Deprecated
public PolicyEvaluatorType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PolicyEvaluatorType value.

Method Details

fromString

public static PolicyEvaluatorType fromString(String name)

Creates or finds a PolicyEvaluatorType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PolicyEvaluatorType.

values

public static Collection values()

Gets known PolicyEvaluatorType values.

Returns:

known PolicyEvaluatorType values.

Applies to