public enum UILinkTemplate extends Enum<UILinkTemplate>
String.format(String,Object...)| Enum Constant and Description |
|---|
DYNAGROUP |
GROUP |
GROUP_ALERT |
GROUP_ALERT_DEF |
METRIC_SCHEDULE |
RESOURCE |
RESOURCE_ALERT |
RESOURCE_ALERT_DEF |
RESOURCE_CHILDREN |
RESOURCE_MONITORING |
TEMPLATE_ALERT_DEF |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
static UILinkTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UILinkTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UILinkTemplate RESOURCE
public static final UILinkTemplate RESOURCE_ALERT_DEF
public static final UILinkTemplate RESOURCE_ALERT
public static final UILinkTemplate RESOURCE_MONITORING
public static final UILinkTemplate RESOURCE_CHILDREN
public static final UILinkTemplate GROUP
public static final UILinkTemplate GROUP_ALERT
public static final UILinkTemplate GROUP_ALERT_DEF
public static final UILinkTemplate DYNAGROUP
public static final UILinkTemplate METRIC_SCHEDULE
public static final UILinkTemplate TEMPLATE_ALERT_DEF
public static UILinkTemplate[] values()
for (UILinkTemplate c : UILinkTemplate.values()) System.out.println(c);
public static UILinkTemplate 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 getUrl()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.