com.redhat.persistence
Class Signature

java.lang.Object
  extended bycom.redhat.persistence.Signature

public class Signature
extends Object

Signature

Version:
$Revision: #13 $ $Date: 2004/04/07 $
Author:
rhs@mit.edu

Field Summary
static String versionId
           
 
Constructor Summary
Signature()
           
Signature(ObjectType type)
           
Signature(Signature sig)
           
 
Method Summary
 void addPath(Path path)
           
 void addPath(String path)
           
 void addSignature(Signature sig, Path path)
           
 void addSource(ObjectType type, Path path)
           
 void addSource(Source s)
           
 boolean exists(Path p)
           
 String getColumn(Path p)
           
 ObjectType getObjectType()
           
 Collection getPaths()
           
 Property getProperty(Path path)
           
 Source getSource(Path p)
           
 Collection getSources()
           
 ObjectType getType(Path path)
           
 boolean hasPath(Path p)
           
 boolean isFetched(Path path)
           
 boolean isSource(Path p)
           
 Query makeQuery(Expression expr)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Signature

public Signature()

Signature

public Signature(Signature sig)

Signature

public Signature(ObjectType type)
Method Detail

makeQuery

public Query makeQuery(Expression expr)

getColumn

public String getColumn(Path p)

getObjectType

public ObjectType getObjectType()

hasPath

public boolean hasPath(Path p)

addPath

public void addPath(String path)

addPath

public void addPath(Path path)

getPaths

public Collection getPaths()

isFetched

public boolean isFetched(Path path)

addSignature

public void addSignature(Signature sig,
                         Path path)

addSource

public void addSource(ObjectType type,
                      Path path)

addSource

public void addSource(Source s)

getSource

public Source getSource(Path p)

isSource

public boolean isSource(Path p)

getSources

public Collection getSources()

getProperty

public Property getProperty(Path path)

getType

public ObjectType getType(Path path)

exists

public boolean exists(Path p)

toString

public String toString()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC