Uses of Class
org.teiid.query.metadata.TempMetadataID.Type

Packages that use TempMetadataID.Type
org.teiid.query.metadata   
 

Uses of TempMetadataID.Type in org.teiid.query.metadata
 

Methods in org.teiid.query.metadata that return TempMetadataID.Type
static TempMetadataID.Type TempMetadataID.Type.valueOf(java.lang.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
 void TempMetadataID.setMetadataType(TempMetadataID.Type metadataType)
           
 

Constructors in org.teiid.query.metadata with parameters of type TempMetadataID.Type
TempMetadataID(java.lang.String ID, java.util.List<TempMetadataID> elements, TempMetadataID.Type type)
          Constructor for group form of metadata ID.
 



Copyright © 2010. All Rights Reserved.