SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

kodo.query
Interface Value

All Known Subinterfaces:
JDBCValue, Path

public interface Value

Marker interface for any non-operator in a query filter, including constants, variables, and object fields.


Method Summary
 ClassMetaData getMetaData()
          Return any associated persistent type.
 boolean isVariable()
          Return true if this value is a variable.
 void setMetaData(ClassMetaData meta)
          Associate a persistent type with this value.
 

Method Detail

isVariable

public boolean isVariable()
Return true if this value is a variable.

setMetaData

public void setMetaData(ClassMetaData meta)
Associate a persistent type with this value.

getMetaData

public ClassMetaData getMetaData()
Return any associated persistent type.

SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.