db4o 7.4

com.db4o.reflect.core
Class ReflectConstructorSpec

java.lang.Object
  extended by com.db4o.reflect.core.ReflectConstructorSpec

public class ReflectConstructorSpec
extends java.lang.Object


Field Summary
static ReflectConstructorSpec INVALID_CONSTRUCTOR
           
static ReflectConstructorSpec UNSPECIFIED_CONSTRUCTOR
           
 
Constructor Summary
ReflectConstructorSpec(ReflectConstructor constructor, java.lang.Object[] args)
           
 
Method Summary
 com.db4o.foundation.TernaryBool canBeInstantiated()
           
 java.lang.Object newInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNSPECIFIED_CONSTRUCTOR

public static final ReflectConstructorSpec UNSPECIFIED_CONSTRUCTOR

INVALID_CONSTRUCTOR

public static final ReflectConstructorSpec INVALID_CONSTRUCTOR
Constructor Detail

ReflectConstructorSpec

public ReflectConstructorSpec(ReflectConstructor constructor,
                              java.lang.Object[] args)
Method Detail

newInstance

public java.lang.Object newInstance()

canBeInstantiated

public com.db4o.foundation.TernaryBool canBeInstantiated()

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.