org.openxava.generators
Class GeneratorFactory

java.lang.Object
  extended by org.openxava.generators.GeneratorFactory

public class GeneratorFactory
extends java.lang.Object

Author:
Javier Paniza

Constructor Summary
GeneratorFactory()
           
 
Method Summary
static void _addForStereotype(java.lang.String name, java.lang.String modelType, java.lang.String className)
           
static IPropertyCodeGenerator create(MetaProperty metaProperty, boolean ejb)
           
static boolean has(MetaProperty metaProperty, boolean ejb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorFactory

public GeneratorFactory()
Method Detail

create

public static IPropertyCodeGenerator create(MetaProperty metaProperty,
                                            boolean ejb)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

has

public static boolean has(MetaProperty metaProperty,
                          boolean ejb)
                   throws java.lang.Exception
Throws:
java.lang.Exception

_addForStereotype

public static void _addForStereotype(java.lang.String name,
                                     java.lang.String modelType,
                                     java.lang.String className)
                              throws XavaException
Throws:
XavaException