public static enum ExternalLink.Target extends Enum<ExternalLink.Target>
| Modifier and Type | Method and Description |
|---|---|
String |
asAttribute() |
String |
asWindow() |
static ExternalLink.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalLink.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalLink.Target BLANK
public static final ExternalLink.Target PARENT
public static final ExternalLink.Target SELF
public static final ExternalLink.Target TOP
public static ExternalLink.Target[] values()
for (ExternalLink.Target c : ExternalLink.Target.values()) System.out.println(c);
public static ExternalLink.Target 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 nullpublic String asAttribute()
public String asWindow()
Copyright © 2018. All rights reserved.