public static enum DomainValidator.ArrayType extends Enum<DomainValidator.ArrayType>
DomainValidator.updateTLDOverride(ArrayType, String[])
to determine which override array to update / fetchEnum Constant and Description |
---|
COUNTRY_CODE_MINUS
Update (or get a copy of) the COUNTRY_CODE_TLDS_MINUS table containing deleted country code TLDs
|
COUNTRY_CODE_PLUS
Update (or get a copy of) the COUNTRY_CODE_TLDS_PLUS table containing additonal country code TLDs
|
COUNTRY_CODE_RO
Get a copy of the country code table
|
GENERIC_MINUS
Update (or get a copy of) the GENERIC_TLDS_MINUS table containing deleted generic TLDs
|
GENERIC_PLUS
Update (or get a copy of) the GENERIC_TLDS_PLUS table containing additonal generic TLDs
|
GENERIC_RO
Get a copy of the generic TLDS table
|
INFRASTRUCTURE_RO
Get a copy of the infrastructure table
|
LOCAL_MINUS
Update (or get a copy of) the LOCAL_TLDS_MINUS table containing deleted local TLDs
|
LOCAL_PLUS
Update (or get a copy of) the LOCAL_TLDS_PLUS table containing additional local TLDs
|
LOCAL_RO
Get a copy of the local table
|
Modifier and Type | Method and Description |
---|---|
static DomainValidator.ArrayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainValidator.ArrayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainValidator.ArrayType GENERIC_PLUS
public static final DomainValidator.ArrayType GENERIC_MINUS
public static final DomainValidator.ArrayType COUNTRY_CODE_PLUS
public static final DomainValidator.ArrayType COUNTRY_CODE_MINUS
public static final DomainValidator.ArrayType GENERIC_RO
public static final DomainValidator.ArrayType COUNTRY_CODE_RO
public static final DomainValidator.ArrayType INFRASTRUCTURE_RO
public static final DomainValidator.ArrayType LOCAL_RO
public static final DomainValidator.ArrayType LOCAL_PLUS
public static final DomainValidator.ArrayType LOCAL_MINUS
public static DomainValidator.ArrayType[] values()
for (DomainValidator.ArrayType c : DomainValidator.ArrayType.values()) System.out.println(c);
public static DomainValidator.ArrayType 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 © 2002–2020 The Apache Software Foundation. All rights reserved.