SslProtocolOperator Class

public final class SslProtocolOperator
extends ExpandableStringEnum<SslProtocolOperator>

Describes operator to be matched.

Field Summary

Modifier and Type Field and Description
static final SslProtocolOperator EQUAL

Static value Equal for SslProtocolOperator.

Constructor Summary

Constructor Description
SslProtocolOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SslProtocolOperator value.

Method Summary

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

Creates or finds a SslProtocolOperator from its string representation.

static Collection<SslProtocolOperator> values()

Gets known SslProtocolOperator values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EQUAL

public static final SslProtocolOperator EQUAL

Static value Equal for SslProtocolOperator.

Constructor Details

SslProtocolOperator

@Deprecated
public SslProtocolOperator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SslProtocolOperator value.

Method Details

fromString

public static SslProtocolOperator fromString(String name)

Creates or finds a SslProtocolOperator from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SslProtocolOperator.

values

public static Collection<SslProtocolOperator> values()

Gets known SslProtocolOperator values.

Returns:

known SslProtocolOperator values.

Applies to