public static enum ListItemTag.LinkTarget extends java.lang.Enum<ListItemTag.LinkTarget>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHtmlAttribute() |
java.lang.String |
getValue() |
static ListItemTag.LinkTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListItemTag.LinkTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListItemTag.LinkTarget BLANK
public static final ListItemTag.LinkTarget PARENT
public static final ListItemTag.LinkTarget TOP
public static final ListItemTag.LinkTarget SELF
public static ListItemTag.LinkTarget[] values()
for (ListItemTag.LinkTarget c : ListItemTag.LinkTarget.values()) System.out.println(c);
public static ListItemTag.LinkTarget 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.String getValue()
public java.lang.String getHtmlAttribute()
Copyright © 2001-2022 Jalios SA. All Rights Reserved.