IpActionType Class

public final class IpActionType
extends ExpandableStringEnum<IpActionType>

Defines values for IpActionType.

Field Summary

Modifier and Type Field and Description
static final IpActionType ALLOW

Static value Allow for IpActionType.

Constructor Summary

Constructor Description
IpActionType()

Method Summary

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

Creates or finds a IpActionType from its string representation.

static Collection<IpActionType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALLOW

public static final IpActionType ALLOW

Static value Allow for IpActionType.

Constructor Details

IpActionType

public IpActionType()

Method Details

fromString

public static IpActionType fromString(String name)

Creates or finds a IpActionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IpActionType.

values

public static Collection values()

Returns:

known IpActionType values.

Applies to