Package org.teiid.language
Interface MetadataReference<T extends AbstractMetadataRecord>
-
- All Known Implementing Classes:
AggregateFunction,Argument,Call,ColumnReference,Function,NamedTable
public interface MetadataReference<T extends AbstractMetadataRecord>This interface is used to mark language objects as having a reference to a MetadataID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetMetadataObject()
-
-
-
Method Detail
-
getMetadataObject
T getMetadataObject()
-
-