org.drools.guvnor.client.explorer
Enum TabType

java.lang.Object
  extended by java.lang.Enum<TabType>
      extended by org.drools.guvnor.client.explorer.TabType
All Implemented Interfaces:
Serializable, Comparable<TabType>

public enum TabType
extends Enum<TabType>


Enum Constant Summary
ANALYSIS_ID
           
ANALYSIS_ROOT_ID
           
ARCHIVED_RULE_LIST_TABLE_ID
           
CATEGORY_ID
           
CATEGORY_ROOT_ID
           
FIND_ID
           
PACKAGE_SNAPSHOTS
           
PACKAGEVIEW_LIST_TABLE_ID
           
RULE_LIST_TABLE_ID
           
STATES_ID
           
STATES_ROOT_ID
           
TEST_SCENARIOS_ID
           
TEST_SCENARIOS_ROOT_ID
           
 
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.