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