public static enum Messages.TeiidSqlSequencer extends Enum<Messages.TeiidSqlSequencer>
Enum Constant and Description |
---|
ErrorParsingContent |
ErrorSequencingContent |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.TeiidSqlSequencer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.TeiidSqlSequencer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.TeiidSqlSequencer ErrorSequencingContent
public static final Messages.TeiidSqlSequencer ErrorParsingContent
public static Messages.TeiidSqlSequencer[] values()
for (Messages.TeiidSqlSequencer c : Messages.TeiidSqlSequencer.values()) System.out.println(c);
public static Messages.TeiidSqlSequencer 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<Messages.TeiidSqlSequencer>
Copyright © 2013–2019. All rights reserved.