db4o 7.4

com.db4o.reflect.self
Class FieldInfo

java.lang.Object
  extended by com.db4o.reflect.self.FieldInfo

public class FieldInfo
extends java.lang.Object


Constructor Summary
FieldInfo(java.lang.String name, java.lang.Class clazz, boolean isPublic, boolean isStatic, boolean isTransient)
           
 
Method Summary
 boolean isPublic()
           
 boolean isStatic()
           
 boolean isTransient()
           
 java.lang.String name()
           
 java.lang.Class type()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldInfo

public FieldInfo(java.lang.String name,
                 java.lang.Class clazz,
                 boolean isPublic,
                 boolean isStatic,
                 boolean isTransient)
Method Detail

name

public java.lang.String name()

type

public java.lang.Class type()

isPublic

public boolean isPublic()

isStatic

public boolean isStatic()

isTransient

public boolean isTransient()

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.