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