public static enum KnowledgeDefinition.KnowledgeType extends Enum<KnowledgeDefinition.KnowledgeType>
Enum Constant and Description |
---|
ENUM |
FUNCTION |
PROCESS |
QUERY |
RULE |
TYPE |
WINDOW |
Modifier and Type | Method and Description |
---|---|
static KnowledgeDefinition.KnowledgeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnowledgeDefinition.KnowledgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnowledgeDefinition.KnowledgeType RULE
public static final KnowledgeDefinition.KnowledgeType TYPE
public static final KnowledgeDefinition.KnowledgeType WINDOW
public static final KnowledgeDefinition.KnowledgeType ENUM
public static final KnowledgeDefinition.KnowledgeType PROCESS
public static final KnowledgeDefinition.KnowledgeType FUNCTION
public static final KnowledgeDefinition.KnowledgeType QUERY
public static KnowledgeDefinition.KnowledgeType[] values()
for (KnowledgeDefinition.KnowledgeType c : KnowledgeDefinition.KnowledgeType.values()) System.out.println(c);
public static KnowledgeDefinition.KnowledgeType 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-2014 JBoss by Red Hat. All Rights Reserved.