org.apache.jdo.tck.pc.inheritance
Class TopNonPersistE

java.lang.Object
  extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersist
      extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistB
          extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistC
              extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistD
                  extended byorg.apache.jdo.tck.pc.inheritance.TopNonPersistE
Direct Known Subclasses:
TopNonPersistF

public class TopNonPersistE
extends TopNonPersistD


Nested Class Summary
 
Nested classes inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
TopNonPersistB.Id
 
Field Summary
 float floatE
           
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistD
booleanD
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistC
charC
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersistB
doubleB, intB
 
Fields inherited from class org.apache.jdo.tck.pc.inheritance.TopNonPersist
intA
 
Constructor Summary
TopNonPersistE()
           
TopNonPersistE(int intA, double doubleB, int intB, char charC, boolean booleanD, float floatE)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

floatE

public float floatE
Constructor Detail

TopNonPersistE

public TopNonPersistE()

TopNonPersistE

public TopNonPersistE(int intA,
                      double doubleB,
                      int intB,
                      char charC,
                      boolean booleanD,
                      float floatE)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.