public enum IPv4Comparison extends Enum<IPv4Comparison>
Enum Constant and Description |
---|
CONTAINS |
DOES_NOT_CONTAIN |
IS |
IS_NOT |
IS_NOT_NULL |
IS_NULL |
STARTS_WITH |
Modifier and Type | Method and Description |
---|---|
static IPv4Comparison |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPv4Comparison[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPv4Comparison IS
public static final IPv4Comparison CONTAINS
public static final IPv4Comparison IS_NOT
public static final IPv4Comparison DOES_NOT_CONTAIN
public static final IPv4Comparison STARTS_WITH
public static final IPv4Comparison IS_NULL
public static final IPv4Comparison IS_NOT_NULL
public static IPv4Comparison[] values()
for (IPv4Comparison c : IPv4Comparison.values()) System.out.println(c);
public static IPv4Comparison valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 Splunk, Inc.. All rights reserved.