FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Enum EqualsKindSummary.KindOfEquals

java.lang.Object
  extended by java.lang.Enum<EqualsKindSummary.KindOfEquals>
      extended by edu.umd.cs.findbugs.ba.EqualsKindSummary.KindOfEquals
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EqualsKindSummary.KindOfEquals>
Enclosing class:
EqualsKindSummary

public static enum EqualsKindSummary.KindOfEquals
extends java.lang.Enum<EqualsKindSummary.KindOfEquals>


Enum Constant Summary
ABSTRACT_GETCLASS_GOOD_EQUALS
           
ABSTRACT_INSTANCE_OF
           
ALWAYS_FALSE
           
ALWAYS_TRUE
           
CHECKED_CAST_EQUALS
           
COMPARE_EQUALS
           
DELEGATE_EQUALS
           
GETCLASS_BAD_EQUALS
           
GETCLASS_GOOD_EQUALS
           
INSTANCE_OF_EQUALS
           
INVOKES_SUPER
           
OBJECT_EQUALS
           
RETURNS_SUPER
           
TRIVIAL_EQUALS
           
UNKNOWN
           
 
Method Summary
static EqualsKindSummary.KindOfEquals valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EqualsKindSummary.KindOfEquals[] 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

OBJECT_EQUALS

public static final EqualsKindSummary.KindOfEquals OBJECT_EQUALS

ABSTRACT_INSTANCE_OF

public static final EqualsKindSummary.KindOfEquals ABSTRACT_INSTANCE_OF

INSTANCE_OF_EQUALS

public static final EqualsKindSummary.KindOfEquals INSTANCE_OF_EQUALS

COMPARE_EQUALS

public static final EqualsKindSummary.KindOfEquals COMPARE_EQUALS

CHECKED_CAST_EQUALS

public static final EqualsKindSummary.KindOfEquals CHECKED_CAST_EQUALS

RETURNS_SUPER

public static final EqualsKindSummary.KindOfEquals RETURNS_SUPER

GETCLASS_GOOD_EQUALS

public static final EqualsKindSummary.KindOfEquals GETCLASS_GOOD_EQUALS

ABSTRACT_GETCLASS_GOOD_EQUALS

public static final EqualsKindSummary.KindOfEquals ABSTRACT_GETCLASS_GOOD_EQUALS

GETCLASS_BAD_EQUALS

public static final EqualsKindSummary.KindOfEquals GETCLASS_BAD_EQUALS

DELEGATE_EQUALS

public static final EqualsKindSummary.KindOfEquals DELEGATE_EQUALS

TRIVIAL_EQUALS

public static final EqualsKindSummary.KindOfEquals TRIVIAL_EQUALS

INVOKES_SUPER

public static final EqualsKindSummary.KindOfEquals INVOKES_SUPER

ALWAYS_TRUE

public static final EqualsKindSummary.KindOfEquals ALWAYS_TRUE

ALWAYS_FALSE

public static final EqualsKindSummary.KindOfEquals ALWAYS_FALSE

UNKNOWN

public static final EqualsKindSummary.KindOfEquals UNKNOWN
Method Detail

values

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

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

valueOf

public static EqualsKindSummary.KindOfEquals valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.