@Generated public enum KnowledgeSourceState extends Enum<KnowledgeSourceState>
| Enum Constant and Description |
|---|
FAILED_UPDATE |
UPDATED |
UPDATING |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeSourceState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnowledgeSourceState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnowledgeSourceState FAILED_UPDATE
public static final KnowledgeSourceState UPDATED
public static final KnowledgeSourceState UPDATING
public static KnowledgeSourceState[] values()
for (KnowledgeSourceState c : KnowledgeSourceState.values()) System.out.println(c);
public static KnowledgeSourceState 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.