javax.jdo.spi
Interface JDOImplHelper.StateInterrogationBooleanReturn

Enclosing interface:
JDOImplHelper

public static interface JDOImplHelper.StateInterrogationBooleanReturn

This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable. It is used for the methods that return a boolean value.


Method Summary
 java.lang.Boolean is(java.lang.Object pc, StateInterrogation si)
           
 

Method Detail

is

public java.lang.Boolean is(java.lang.Object pc,
                            StateInterrogation si)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.