public static enum RDAPCLI.Type extends java.lang.Enum<RDAPCLI.Type>
| Enum Constant and Description |
|---|
AUTNUM |
DOMAIN |
ENTITY |
IP |
NAMESERVER |
| Modifier and Type | Method and Description |
|---|---|
static RDAPCLI.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RDAPCLI.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDAPCLI.Type DOMAIN
public static final RDAPCLI.Type ENTITY
public static final RDAPCLI.Type NAMESERVER
public static final RDAPCLI.Type AUTNUM
public static final RDAPCLI.Type IP
public static RDAPCLI.Type[] values()
for (RDAPCLI.Type c : RDAPCLI.Type.values()) System.out.println(c);
public static RDAPCLI.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null