public static enum Forgetfulness.ForgetType extends java.lang.Enum<Forgetfulness.ForgetType>
Enum Constant and Description |
---|
FixRelationships |
FixResponses |
Grammar |
LeastReferenced |
OldConversations |
Unreferenced |
UnreferencedData |
UnreferencedPinned |
Modifier and Type | Method and Description |
---|---|
static Forgetfulness.ForgetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Forgetfulness.ForgetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Forgetfulness.ForgetType Unreferenced
public static final Forgetfulness.ForgetType UnreferencedData
public static final Forgetfulness.ForgetType OldConversations
public static final Forgetfulness.ForgetType LeastReferenced
public static final Forgetfulness.ForgetType UnreferencedPinned
public static final Forgetfulness.ForgetType Grammar
public static final Forgetfulness.ForgetType FixResponses
public static final Forgetfulness.ForgetType FixRelationships
public static Forgetfulness.ForgetType[] values()
for (Forgetfulness.ForgetType c : Forgetfulness.ForgetType.values()) System.out.println(c);
public static Forgetfulness.ForgetType 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