public static enum Table.Type extends Enum<Table.Type>
Enum Constant and Description |
---|
Document |
MaterializedTable |
Table |
TemporaryTable
Temporary from a Teiid Perspective - physical will not have a parent set
|
View |
XmlMappingClass |
XmlStagingTable |
Modifier and Type | Method and Description |
---|---|
static Table.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Table.Type Table
public static final Table.Type View
public static final Table.Type Document
public static final Table.Type XmlMappingClass
public static final Table.Type XmlStagingTable
public static final Table.Type MaterializedTable
public static final Table.Type TemporaryTable
public static Table.Type[] values()
for (Table.Type c : Table.Type.values()) System.out.println(c);
public static Table.Type 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 © 2013-2014 JBoss by Red Hat. All Rights Reserved.