public static final class IKnowledgeModule.ProcessingType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static IKnowledgeModule.ProcessingType |
BOTH
The KM does both source and target processing.
|
static IKnowledgeModule.ProcessingType |
NONE
The KM does not explicitly create any AST parse tree objects.
|
static IKnowledgeModule.ProcessingType |
SOURCE
The KM creates a source AST parse tree that can be passed downstream to target KMs to help render generated code.
|
static IKnowledgeModule.ProcessingType |
TARGET
The KM creates a target AST parse tree that can render generated code.
|
Modifier and Type | Method and Description |
---|---|
static IKnowledgeModule.ProcessingType |
valueOf(java.lang.String name) |
static IKnowledgeModule.ProcessingType[] |
values() |
public static final IKnowledgeModule.ProcessingType SOURCE
public static final IKnowledgeModule.ProcessingType TARGET
public static final IKnowledgeModule.ProcessingType BOTH
public static final IKnowledgeModule.ProcessingType NONE
public static IKnowledgeModule.ProcessingType[] values()
public static IKnowledgeModule.ProcessingType valueOf(java.lang.String name)