com.redhat.persistence.metadata
Class Root
java.lang.Object
com.redhat.persistence.metadata.Root
- public class Root
- extends Object
Root
- Version:
- $Revision: #6 $ $Date: 2004/04/07 $
- Author:
- Rafael H. Schloming <rhs@mit.edu>
Constructor Summary |
Root()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
Root
public Root()
setLocation
public void setLocation(Object element,
String filename,
int line,
int column)
hasLocation
public boolean hasLocation(Object element)
getFilename
public String getFilename(Object element)
getLine
public int getLine(Object element)
getColumn
public int getColumn(Object element)
hasObjectType
public boolean hasObjectType(String qualifiedName)
addObjectType
public void addObjectType(ObjectType type)
getObjectType
public ObjectType getObjectType(String qualifiedName)
getObjectTypes
public Collection getObjectTypes()
getObjectMap
public ObjectMap getObjectMap(ObjectType type)
addObjectMap
public void addObjectMap(ObjectMap map)
getObjectMaps
public Collection getObjectMaps()
hasTable
public boolean hasTable(String name)
getTable
public Table getTable(String name)
addTable
public void addTable(Table table)
getTables
public Collection getTables()
getDataOperations
public Collection getDataOperations()
addDataOperation
public void addDataOperation(DataOperation op)
getDataOperation
public DataOperation getDataOperation(Path name)
addAdapter
public void addAdapter(Class javaClass,
Adapter ad)
getAdapter
public Adapter getAdapter(Class javaClass)
getAdapter
public Adapter getAdapter(ObjectType type)
dump
public void dump(PrintStream out)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC