public static enum TeiidDdlConstants.SchemaElementType extends Enum<TeiidDdlConstants.SchemaElementType> implements TeiidDdlConstants.DdlElement
Modifier and Type | Method and Description |
---|---|
String |
toDdl() |
static TeiidDdlConstants.SchemaElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeiidDdlConstants.SchemaElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeiidDdlConstants.SchemaElementType FOREIGN
public static final TeiidDdlConstants.SchemaElementType VIRTUAL
public static TeiidDdlConstants.SchemaElementType[] values()
for (TeiidDdlConstants.SchemaElementType c : TeiidDdlConstants.SchemaElementType.values()) System.out.println(c);
public static TeiidDdlConstants.SchemaElementType 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 toDdl()
toDdl
in interface TeiidDdlConstants.DdlElement
null
or empty)org.komodo.foundation.lexicon.ddl.teiid.teiid.modeshape.sequencer.ddl.TeiidDdlConstants.DdlElement#toDdl()
Copyright © 2013–2019. All rights reserved.