ExceptionEntryValueMatchOperator Class

public final class ExceptionEntryValueMatchOperator
extends ExpandableStringEnum<ExceptionEntryValueMatchOperator>

Operates on the allowed values for the matchVariable.

Field Summary

Modifier and Type Field and Description
static final ExceptionEntryValueMatchOperator CONTAINS

Static value Contains for ExceptionEntryValueMatchOperator.

static final ExceptionEntryValueMatchOperator ENDS_WITH

Static value EndsWith for ExceptionEntryValueMatchOperator.

static final ExceptionEntryValueMatchOperator EQUALS

Static value Equals for ExceptionEntryValueMatchOperator.

static final ExceptionEntryValueMatchOperator IPMATCH

Static value IPMatch for ExceptionEntryValueMatchOperator.

static final ExceptionEntryValueMatchOperator STARTS_WITH

Static value StartsWith for ExceptionEntryValueMatchOperator.

Constructor Summary

Constructor Description
ExceptionEntryValueMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExceptionEntryValueMatchOperator value.

Method Summary

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

Creates or finds a ExceptionEntryValueMatchOperator from its string representation.

static Collection<ExceptionEntryValueMatchOperator> values()

Gets known ExceptionEntryValueMatchOperator values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTAINS

public static final ExceptionEntryValueMatchOperator CONTAINS

Static value Contains for ExceptionEntryValueMatchOperator.

ENDS_WITH

public static final ExceptionEntryValueMatchOperator ENDS_WITH

Static value EndsWith for ExceptionEntryValueMatchOperator.

EQUALS

public static final ExceptionEntryValueMatchOperator EQUALS

Static value Equals for ExceptionEntryValueMatchOperator.

IPMATCH

public static final ExceptionEntryValueMatchOperator IPMATCH

Static value IPMatch for ExceptionEntryValueMatchOperator.

STARTS_WITH

public static final ExceptionEntryValueMatchOperator STARTS_WITH

Static value StartsWith for ExceptionEntryValueMatchOperator.

Constructor Details

ExceptionEntryValueMatchOperator

@Deprecated
public ExceptionEntryValueMatchOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExceptionEntryValueMatchOperator value.

Method Details

fromString

public static ExceptionEntryValueMatchOperator fromString(String name)

Creates or finds a ExceptionEntryValueMatchOperator from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExceptionEntryValueMatchOperator.

values

public static Collection values()

Gets known ExceptionEntryValueMatchOperator values.

Returns:

known ExceptionEntryValueMatchOperator values.

Applies to