public static enum DNSUtils.RecordType extends Enum<DNSUtils.RecordType>
| Modifier and Type | Method and Description |
|---|---|
static DNSUtils.RecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DNSUtils.RecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DNSUtils.RecordType A
public static final DNSUtils.RecordType CNAME
public static final DNSUtils.RecordType NS
public static final DNSUtils.RecordType MX
public static final DNSUtils.RecordType SOA
public static DNSUtils.RecordType[] values()
for (DNSUtils.RecordType c : DNSUtils.RecordType.values()) System.out.println(c);
public static DNSUtils.RecordType 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 nullCreated by ThK-Systems. License: LGPL