Uses of Class
org.teiid.query.metadata.TempMetadataID.Type
-
Packages that use TempMetadataID.Type Package Description org.teiid.query.metadata -
-
Uses of TempMetadataID.Type in org.teiid.query.metadata
Methods in org.teiid.query.metadata that return TempMetadataID.Type Modifier and Type Method 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.Methods in org.teiid.query.metadata with parameters of type TempMetadataID.Type Modifier and Type Method Description void
TempMetadataID. setMetadataType(TempMetadataID.Type metadataType)
Constructors in org.teiid.query.metadata with parameters of type TempMetadataID.Type Constructor Description TempMetadataID(String ID, List<TempMetadataID> elements, TempMetadataID.Type type)
Constructor for group form of metadata ID.
-