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