SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.query
Interface Path

All Superinterfaces:
Value
All Known Subinterfaces:
JDBCPath
All Known Implementing Classes:
ConstantPath, InMemoryPath, SQLPath

public interface Path
extends Value

A path represents a traversal into fields of a candidate object.


Method Summary
 void get(java.lang.String field)
          Traverse into the given field of the current object, and update the current object to that field value.
 
Methods inherited from interface com.solarmetric.rd.kodo.query.Value
isVariable
 

Method Detail

get

public void get(java.lang.String field)
Traverse into the given field of the current object, and update the current object to that field value.


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

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