org.openxava.generators
Interface IPropertyCodeGenerator


public interface IPropertyCodeGenerator

To customize the code generation of a concrete property.

Author:
Javier Paniza

Method Summary
 java.lang.String generate()
           
 void setMetaProperty(MetaProperty metaProperty)
           
 

Method Detail

setMetaProperty

void setMetaProperty(MetaProperty metaProperty)

generate

java.lang.String generate()
                          throws java.lang.Exception
Throws:
java.lang.Exception