static enum WP_Draft.DomainRelation extends Enum<WP_Draft.DomainRelation>
Modifier and Type | Method and Description |
---|---|
static WP_Draft.DomainRelation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WP_Draft.DomainRelation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WP_Draft.DomainRelation OTHER
public static final WP_Draft.DomainRelation SAME
public static final WP_Draft.DomainRelation UNKNOWN
public static WP_Draft.DomainRelation[] values()
for (WP_Draft.DomainRelation c : WP_Draft.DomainRelation.values()) System.out.println(c);
public static WP_Draft.DomainRelation 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 null