Package | Description |
---|---|
org.teiid.query.metadata |
Modifier and Type | Method and Description |
---|---|
TempMetadataID.Type |
TempMetadataID.getMetadataType() |
static TempMetadataID.Type |
TempMetadataID.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TempMetadataID.Type[] |
TempMetadataID.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TempMetadataID.setMetadataType(TempMetadataID.Type metadataType) |
Constructor and Description |
---|
TempMetadataID(String ID,
List<TempMetadataID> elements,
TempMetadataID.Type type)
Constructor for group form of metadata ID.
|
Copyright © 2019. All rights reserved.