public enum HyperlinkTargetEnum extends java.lang.Enum<HyperlinkTargetEnum> implements JREnum
Enum Constant and Description |
---|
BLANK
Constant useful for specifying that the hyperlink will be opened in a new window.
|
CUSTOM
Custom hyperlink target name.
|
NONE
Target not defined.
|
PARENT
Constant useful for specifying that the hyperlink will be opened in the parent frame.
|
SELF
Constant useful for specifying that the hyperlink will be opened in the same window.
|
TOP
Constant useful for specifying that the hyperlink will be opened in the top frame.
|
Modifier and Type | Method and Description |
---|---|
static HyperlinkTargetEnum |
getByName(java.lang.String name) |
static HyperlinkTargetEnum |
getByValue(byte value) |
static HyperlinkTargetEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static HyperlinkTargetEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HyperlinkTargetEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HyperlinkTargetEnum NONE
public static final HyperlinkTargetEnum SELF
public static final HyperlinkTargetEnum BLANK
public static final HyperlinkTargetEnum PARENT
public static final HyperlinkTargetEnum TOP
public static final HyperlinkTargetEnum CUSTOM
The specific target name is determined by getLinkTarget()
.
public static HyperlinkTargetEnum[] values()
for (HyperlinkTargetEnum c : HyperlinkTargetEnum.values()) System.out.println(c);
public static HyperlinkTargetEnum 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 nullpublic java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public static HyperlinkTargetEnum getByName(java.lang.String name)
public static HyperlinkTargetEnum getByValue(java.lang.Byte value)
public static HyperlinkTargetEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com