org.jboss.jca.codegenerator.code
Class RaMetaCodeGen
java.lang.Object
org.jboss.jca.codegenerator.BaseGen
org.jboss.jca.codegenerator.code.AbstractCodeGen
org.jboss.jca.codegenerator.code.RaMetaCodeGen
public class RaMetaCodeGen
- extends AbstractCodeGen
A resource adapter MetaData class CodeGen.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RaMetaCodeGen
public RaMetaCodeGen()
writeClassBody
public void writeClassBody(Definition def,
Writer out)
throws IOException
- Output Metadata class
- Specified by:
writeClassBody in class AbstractCodeGen
- Parameters:
def - definitionout - Writer
- Throws:
IOException - ioException
writeImport
public void writeImport(Definition def,
Writer out)
throws IOException
- Output class import
- Specified by:
writeImport in class AbstractCodeGen
- Parameters:
def - definitionout - Writer
- Throws:
IOException - ioException
getClassName
public String getClassName(Definition def)
- get this class name
- Specified by:
getClassName in class AbstractCodeGen
- Parameters:
def - definition
- Returns:
- String class name
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)