org.argouml.model.uml
Class UmlFactoryImpl.ObjectCreateInfo

java.lang.Object
  extended byorg.argouml.model.uml.UmlFactoryImpl.ObjectCreateInfo
Enclosing class:
UmlFactoryImpl

class UmlFactoryImpl.ObjectCreateInfo
extends Object


Field Summary
private  String createMethod
           
private  Object factory
           
private  Class javaClass
           
 
Constructor Summary
(package private) UmlFactoryImpl.ObjectCreateInfo(Class cls, Object fact, String meth)
           
 
Method Summary
 String getCreateMethod()
           
 Object getFactory()
           
 Class getJavaClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

private Object factory

createMethod

private String createMethod

javaClass

private Class javaClass
Constructor Detail

UmlFactoryImpl.ObjectCreateInfo

UmlFactoryImpl.ObjectCreateInfo(Class cls,
                                Object fact,
                                String meth)
Method Detail

getJavaClass

public Class getJavaClass()
Returns:

getCreateMethod

public String getCreateMethod()
Returns:

getFactory

public Object getFactory()
Returns:


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook