SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

kodo.query
Interface Path

All Superinterfaces:
Value

public interface Path
extends Value

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


Method Summary
 void get(FieldMetaData field)
          Traverse into the given field of the current object, and update the current object to that field value.
 FieldMetaData last()
          Return the last field in the path, or null if the path does not not contain a final field.
 
Methods inherited from interface kodo.query.Value
getMetaData, getType, isVariable, setImplicitType, setMetaData
 

Method Detail

get

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

last

public FieldMetaData last()
Return the last field in the path, or null if the path does not not contain a final field.

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

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