org.eclipse.mat.ui.internal.query.arguments
Enum CheckBoxEditor.Type

java.lang.Object
  extended by java.lang.Enum<CheckBoxEditor.Type>
      extended by org.eclipse.mat.ui.internal.query.arguments.CheckBoxEditor.Type
All Implemented Interfaces:
Serializable, Comparable<CheckBoxEditor.Type>
Enclosing class:
CheckBoxEditor

public static enum CheckBoxEditor.Type
extends Enum<CheckBoxEditor.Type>


Enum Constant Summary
INCLUDE_CLASS_INSTANCE
           
INCLUDE_SUBCLASSES
           
INTEPRET_AS_CLASSLOADER
           
RETAINED
           
VERBOSE
           
 
Method Summary
 String getHelpText()
           
 String getLabel()
           
static CheckBoxEditor.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CheckBoxEditor.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INCLUDE_CLASS_INSTANCE

public static final CheckBoxEditor.Type INCLUDE_CLASS_INSTANCE

INCLUDE_SUBCLASSES

public static final CheckBoxEditor.Type INCLUDE_SUBCLASSES

INTEPRET_AS_CLASSLOADER

public static final CheckBoxEditor.Type INTEPRET_AS_CLASSLOADER

RETAINED

public static final CheckBoxEditor.Type RETAINED

VERBOSE

public static final CheckBoxEditor.Type VERBOSE
Method Detail

values

public static CheckBoxEditor.Type[] 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 (CheckBoxEditor.Type c : CheckBoxEditor.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CheckBoxEditor.Type 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

getLabel

public String getLabel()

getHelpText

public String getHelpText()