public static enum KnowledgeAgent.ResourceStatus extends Enum<KnowledgeAgent.ResourceStatus>
Enum Constant and Description |
---|
RESOURCE_ADDED |
RESOURCE_MODIFIED |
RESOURCE_REMOVED |
Modifier and Type | Method and Description |
---|---|
static KnowledgeAgent.ResourceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnowledgeAgent.ResourceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnowledgeAgent.ResourceStatus RESOURCE_ADDED
public static final KnowledgeAgent.ResourceStatus RESOURCE_MODIFIED
public static final KnowledgeAgent.ResourceStatus RESOURCE_REMOVED
public static KnowledgeAgent.ResourceStatus[] values()
for (KnowledgeAgent.ResourceStatus c : KnowledgeAgent.ResourceStatus.values()) System.out.println(c);
public static KnowledgeAgent.ResourceStatus 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 © 2001–2016 JBoss by Red Hat. All rights reserved.