public enum LinkStyle extends Enum<LinkStyle>
Enum Constant and Description |
---|
__toremove_INTERFACE_PROVIDER |
__toremove_INTERFACE_USER |
BOLD |
DASHED |
DOTTED |
DOUBLE_tobedone |
INVISIBLE |
NORMAL |
Modifier and Type | Method and Description |
---|---|
static LinkStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkStyle NORMAL
public static final LinkStyle DASHED
public static final LinkStyle DOTTED
public static final LinkStyle BOLD
public static final LinkStyle INVISIBLE
public static final LinkStyle DOUBLE_tobedone
public static final LinkStyle __toremove_INTERFACE_PROVIDER
public static final LinkStyle __toremove_INTERFACE_USER
public static LinkStyle[] values()
for (LinkStyle c : LinkStyle.values()) System.out.println(c);
public static LinkStyle 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 nullCopyright © 2014. All Rights Reserved.