public final class nw_txt_record_find_key_t
extends java.lang.Object
An enumeration of possible find results when trying to find a key-value pair in the TXT record object.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_txt_record_find_key_empty_value
[@const] nw_txt_record_find_key_empty_value The key exists in the TXT record with an empty value.
|
static int |
nw_txt_record_find_key_invalid
[@const] nw_txt_record_find_key_invalid The key is invalid.
|
static int |
nw_txt_record_find_key_no_value
[@const] nw_txt_record_find_key_no_value The key exists in the TXT record, but has no assigned value.
|
static int |
nw_txt_record_find_key_non_empty_value
[@const] nw_txt_record_find_key_non_empty_value The key exists in the TXT record with a non-empty value.
|
static int |
nw_txt_record_find_key_not_present
[@const] nw_txt_record_find_key_not_present The key-value pair does not exist in the TXT record.
|
public static final int nw_txt_record_find_key_invalid
public static final int nw_txt_record_find_key_not_present
public static final int nw_txt_record_find_key_no_value
public static final int nw_txt_record_find_key_empty_value
public static final int nw_txt_record_find_key_non_empty_value