fabric.lang
Class Object._Static._Proxy

java.lang.Object
  extended by fabric.lang.Object._Proxy
      extended by fabric.lang.Object._Static._Proxy
All Implemented Interfaces:
Object, Object._Static, java.lang.Cloneable
Enclosing interface:
Object._Static

public static class Object._Static._Proxy
extends Object._Proxy
implements Object._Static


Nested Class Summary
 
Nested classes/interfaces inherited from interface fabric.lang.Object._Static
Object._Static._Impl, Object._Static._Proxy
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Constructor Summary
Object._Static._Proxy(Object._Static._Impl impl)
           
Object._Static._Proxy(Store store, long onum)
           
 
Method Summary
static Object $makeStaticInstance(java.lang.Class<? extends Object._Impl> c)
          Used to initialize the _Static._Proxy.$instance variables.
 
Methods inherited from class fabric.lang.Object._Proxy
_npe, $forceRenumber, $getOnum, $getProxy, $getProxy, $getStore, $unwrap, createStatistics, equals, equals, fetch, get$label, hashCode, idEquals, idEquals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fabric.lang.Object
$forceRenumber, $getOnum, $getProxy, $getStore, $unwrap, createStatistics, equals, fetch, get$label, idEquals
 

Constructor Detail

Object._Static._Proxy

public Object._Static._Proxy(Object._Static._Impl impl)

Object._Static._Proxy

public Object._Static._Proxy(Store store,
                             long onum)
Method Detail

$makeStaticInstance

public static final Object $makeStaticInstance(java.lang.Class<? extends Object._Impl> c)
Used to initialize the _Static._Proxy.$instance variables.

Parameters:
c - The class to instantiate.