private static enum CheckEventfulObjectDisposal.SeenType extends java.lang.Enum<CheckEventfulObjectDisposal.SeenType>
Enum Constant and Description |
---|
ALLOCATED |
ALLOCATED_LOCALLY |
DISPOSED |
POSSIBLY_DISPOSED |
Modifier and Type | Method and Description |
---|---|
static CheckEventfulObjectDisposal.SeenType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CheckEventfulObjectDisposal.SeenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckEventfulObjectDisposal.SeenType ALLOCATED
public static final CheckEventfulObjectDisposal.SeenType ALLOCATED_LOCALLY
public static final CheckEventfulObjectDisposal.SeenType POSSIBLY_DISPOSED
public static final CheckEventfulObjectDisposal.SeenType DISPOSED
public static CheckEventfulObjectDisposal.SeenType[] values()
for (CheckEventfulObjectDisposal.SeenType c : CheckEventfulObjectDisposal.SeenType.values()) System.out.println(c);
public static CheckEventfulObjectDisposal.SeenType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null