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