org.teiid.metadata
Class MetadataStore

java.lang.Object
  extended by org.teiid.metadata.MetadataStore
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompositeMetadataStore

public class MetadataStore
extends Object
implements Serializable

Simple holder for metadata.

See Also:
Serialized Form

Field Summary
protected  Collection<Datatype> datatypes
           
protected  Map<String,Schema> schemas
           
 
Constructor Summary
MetadataStore()
           
 
Method Summary
 void addDatatype(Datatype datatype)
           
 void addSchema(Schema schema)
           
 Collection<Datatype> getDatatypes()
          Get the datatypes defined in this store
 Map<String,Schema> getSchemas()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemas

protected Map<String,Schema> schemas

datatypes

protected Collection<Datatype> datatypes
Constructor Detail

MetadataStore

public MetadataStore()
Method Detail

getSchemas

public Map<String,Schema> getSchemas()

addSchema

public void addSchema(Schema schema)

addDatatype

public void addDatatype(Datatype datatype)

getDatatypes

public Collection<Datatype> getDatatypes()
Get the datatypes defined in this store

Returns:


Copyright © 2011. All Rights Reserved.