public final class CompositeProcessorType extends Enum
CompositeProcessor| Modifier and Type | Field and Description |
|---|---|
static CompositeProcessorType |
INITIAL
Represents a
CompositeProcessor that begins a sequence of nodes. |
static CompositeProcessorType |
PROCESS
Represents a
CompositeProcessor that allows data to flow through it. |
static CompositeProcessorType |
TERMINAL
Represents a
CompositeProcessor that ends a sequence of nodes. |
| Modifier and Type | Method and Description |
|---|---|
static CompositeProcessorType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static CompositeProcessorType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final CompositeProcessorType INITIAL
CompositeProcessor that begins a sequence of nodes.public static final CompositeProcessorType PROCESS
CompositeProcessor that allows data to flow through it.public static final CompositeProcessorType TERMINAL
CompositeProcessor that ends a sequence of nodes.public static CompositeProcessorType getEnum(java.lang.String name)
null if
no enumeration exists for the supplied name.name - the enumeration namenullpublic static CompositeProcessorType[] getValues()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.