public static enum TemplateTile.DashboardTileGroup extends Enum<TemplateTile.DashboardTileGroup>
Enum Constant and Description |
---|
COMMON_TILE |
LOADUI_TILE |
SECURE_TILE |
SERVICEV_TILE |
SOAPUI_TILE |
Modifier and Type | Method and Description |
---|---|
String |
getItemType() |
String |
getModuleName() |
static TemplateTile.DashboardTileGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateTile.DashboardTileGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateTile.DashboardTileGroup COMMON_TILE
public static final TemplateTile.DashboardTileGroup SOAPUI_TILE
public static final TemplateTile.DashboardTileGroup LOADUI_TILE
public static final TemplateTile.DashboardTileGroup SECURE_TILE
public static final TemplateTile.DashboardTileGroup SERVICEV_TILE
public static TemplateTile.DashboardTileGroup[] values()
for (TemplateTile.DashboardTileGroup c : TemplateTile.DashboardTileGroup.values()) System.out.println(c);
public static TemplateTile.DashboardTileGroup 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 getModuleName()
public String getItemType()
Copyright © 2019. All rights reserved.