public enum NotifyUrlTarget extends Enum<NotifyUrlTarget> implements Type
| Modifier and Type | Method and Description | 
|---|---|
String | 
getTarget()
Returns the string representation of URL target. 
 | 
static NotifyUrlTarget | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NotifyUrlTarget[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final NotifyUrlTarget BLANK
public static final NotifyUrlTarget SELF
public static final NotifyUrlTarget PARENT
public static final NotifyUrlTarget TOP
public static NotifyUrlTarget[] values()
for (NotifyUrlTarget c : NotifyUrlTarget.values()) System.out.println(c);
public static NotifyUrlTarget 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 nullCopyright © 2017. All rights reserved.