public enum ELinkTarget extends Enum<ELinkTarget> implements INamedUiElement
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
String |
getValue() |
static ELinkTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELinkTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELinkTarget BLANK
public static final ELinkTarget TOP
public static final ELinkTarget SELF
public static final ELinkTarget PARENT
public static ELinkTarget[] values()
for (ELinkTarget c : ELinkTarget.values()) System.out.println(c);
public static ELinkTarget 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 getValue()
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.