public static enum XLink.Type extends java.lang.Enum<XLink.Type>
Enum Constant and Description |
---|
ARC |
EMPTY |
EXTENDED |
LOCATOR |
RESOURCE |
SIMPLE |
TITLE |
Modifier and Type | Method and Description |
---|---|
static XLink.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XLink.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XLink.Type SIMPLE
public static final XLink.Type EXTENDED
public static final XLink.Type LOCATOR
public static final XLink.Type ARC
public static final XLink.Type RESOURCE
public static final XLink.Type TITLE
public static final XLink.Type EMPTY
public static XLink.Type[] values()
for (XLink.Type c : XLink.Type.values()) System.out.println(c);
public static XLink.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