public static enum KSequencerController.SequencerType extends Enum<KSequencerController.SequencerType>
KSequencers
Enum Constant and Description |
---|
CONNECTION
Connection Sequencer
|
DATA_SERVICE
Data Service Sequencer
|
DDL
DDL Sequencer
|
TSQL
Teiid SQL Sequencer
|
VDB
VDB Sequencer
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static KSequencerController.SequencerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSequencerController.SequencerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSequencerController.SequencerType VDB
public static final KSequencerController.SequencerType DDL
public static final KSequencerController.SequencerType CONNECTION
public static final KSequencerController.SequencerType DATA_SERVICE
public static final KSequencerController.SequencerType TSQL
public static KSequencerController.SequencerType[] values()
for (KSequencerController.SequencerType c : KSequencerController.SequencerType.values()) System.out.println(c);
public static KSequencerController.SequencerType 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 nullpublic String toString()
toString
in class Enum<KSequencerController.SequencerType>
Copyright © 2013–2019. All rights reserved.