org.drools.guvnor.client.explorer
Enum TabType
java.lang.Object
java.lang.Enum<TabType>
org.drools.guvnor.client.explorer.TabType
- All Implemented Interfaces:
- Serializable, Comparable<TabType>
public enum TabType
- extends Enum<TabType>
|
Method Summary |
static TabType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TabType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
FIND_ID
public static final TabType FIND_ID
CATEGORY_ROOT_ID
public static final TabType CATEGORY_ROOT_ID
CATEGORY_ID
public static final TabType CATEGORY_ID
STATES_ID
public static final TabType STATES_ID
STATES_ROOT_ID
public static final TabType STATES_ROOT_ID
TEST_SCENARIOS_ID
public static final TabType TEST_SCENARIOS_ID
TEST_SCENARIOS_ROOT_ID
public static final TabType TEST_SCENARIOS_ROOT_ID
ANALYSIS_ID
public static final TabType ANALYSIS_ID
ANALYSIS_ROOT_ID
public static final TabType ANALYSIS_ROOT_ID
RULE_LIST_TABLE_ID
public static final TabType RULE_LIST_TABLE_ID
PACKAGEVIEW_LIST_TABLE_ID
public static final TabType PACKAGEVIEW_LIST_TABLE_ID
ARCHIVED_RULE_LIST_TABLE_ID
public static final TabType ARCHIVED_RULE_LIST_TABLE_ID
PACKAGE_SNAPSHOTS
public static final TabType PACKAGE_SNAPSHOTS
values
public static TabType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TabType c : TabType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TabType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.