IpFlowProtocol Class

public final class IpFlowProtocol
extends ExpandableStringEnum<IpFlowProtocol>

Protocol to be verified on.

Field Summary

Modifier and Type Field and Description
static final IpFlowProtocol TCP

Static value TCP for IpFlowProtocol.

static final IpFlowProtocol UDP

Static value UDP for IpFlowProtocol.

Constructor Summary

Constructor Description
IpFlowProtocol()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IpFlowProtocol value.

Method Summary

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

Creates or finds a IpFlowProtocol from its string representation.

static Collection<IpFlowProtocol> values()

Gets known IpFlowProtocol values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

TCP

public static final IpFlowProtocol TCP

Static value TCP for IpFlowProtocol.

UDP

public static final IpFlowProtocol UDP

Static value UDP for IpFlowProtocol.

Constructor Details

IpFlowProtocol

@Deprecated
public IpFlowProtocol()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IpFlowProtocol value.

Method Details

fromString

public static IpFlowProtocol fromString(String name)

Creates or finds a IpFlowProtocol from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IpFlowProtocol.

values

public static Collection values()

Gets known IpFlowProtocol values.

Returns:

known IpFlowProtocol values.

Applies to