com.sculley.jim.swjava.factory
Class SWObjectFactory

java.lang.Object
  |
  +--com.sculley.jim.swjava.factory.SWObjectFactory

public final class SWObjectFactory
extends java.lang.Object

Insert the type's description here. Creation date: (2/1/00 12:56:22 PM)


Constructor Summary
SWObjectFactory()
           
 
Method Summary
static java.lang.Object createSWObject(java.lang.Class cls, long ptr)
           
static java.lang.Object createSWObject(long objType, long ptr)
           
static java.lang.Class getClassForType(long type)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWObjectFactory

public SWObjectFactory()
Method Detail

createSWObject

public static java.lang.Object createSWObject(long objType,
                                              long ptr)

createSWObject

public static java.lang.Object createSWObject(java.lang.Class cls,
                                              long ptr)

getClassForType

public static java.lang.Class getClassForType(long type)
Insert the method's description here. Creation date: (3/14/00 8:32:49 PM)
Parameters:
type - long
Returns:
java.lang.Class