@Generated public enum ThoughtType extends Enum<ThoughtType>
| Enum Constant and Description |
|---|
THOUGHT_TYPE_DATA_SOURCING |
THOUGHT_TYPE_DESCRIPTION |
THOUGHT_TYPE_INSTRUCTIONS |
THOUGHT_TYPE_STEPS |
THOUGHT_TYPE_UNDERSTANDING |
| Modifier and Type | Method and Description |
|---|---|
static ThoughtType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThoughtType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThoughtType THOUGHT_TYPE_DATA_SOURCING
public static final ThoughtType THOUGHT_TYPE_DESCRIPTION
public static final ThoughtType THOUGHT_TYPE_INSTRUCTIONS
public static final ThoughtType THOUGHT_TYPE_STEPS
public static final ThoughtType THOUGHT_TYPE_UNDERSTANDING
public static ThoughtType[] values()
for (ThoughtType c : ThoughtType.values()) System.out.println(c);
public static ThoughtType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.