Package org.teiid.query.metadata
Class GroupInfo
- java.lang.Object
-
- org.teiid.query.metadata.GroupInfo
-
- All Implemented Interfaces:
Serializable
public class GroupInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_PREFIX
-
Constructor Summary
Constructors Constructor Description GroupInfo(LinkedHashMap<Object,ElementSymbol> symbols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementSymbol
getSymbol(Object metadataID)
ElementSymbol
getSymbol(String shortCanonicalName)
List<ElementSymbol>
getSymbolList()
-
-
-
Field Detail
-
CACHE_PREFIX
public static final String CACHE_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupInfo
public GroupInfo(LinkedHashMap<Object,ElementSymbol> symbols)
-
-
Method Detail
-
getSymbolList
public List<ElementSymbol> getSymbolList()
-
getSymbol
public ElementSymbol getSymbol(Object metadataID)
-
getSymbol
public ElementSymbol getSymbol(String shortCanonicalName)
-
-