com.mchange.v2.codegen.intfc
Class ReflectiveDelegationPolicy

java.lang.Object
  extended by com.mchange.v2.codegen.intfc.ReflectiveDelegationPolicy

public final class ReflectiveDelegationPolicy
extends java.lang.Object


Field Summary
static ReflectiveDelegationPolicy USE_MAIN_DELEGATE_INTERFACE
           
static ReflectiveDelegationPolicy USE_RUNTIME_CLASS
           
 
Constructor Summary
ReflectiveDelegationPolicy(java.lang.Class dc)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USE_MAIN_DELEGATE_INTERFACE

public static final ReflectiveDelegationPolicy USE_MAIN_DELEGATE_INTERFACE

USE_RUNTIME_CLASS

public static final ReflectiveDelegationPolicy USE_RUNTIME_CLASS
Constructor Detail

ReflectiveDelegationPolicy

public ReflectiveDelegationPolicy(java.lang.Class dc)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object