public abstract class ClassModel extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
create(javax.tools.JavaFileObject fileObject)
Creates the source file.
|
protected com.sun.codemodel.internal.JMethod |
createReadResolveMethod()
Creates the read resolve method and instance field.
|
MessageInterface |
messageInterface()
Returns the message interface being used.
|
String |
qualifiedClassName()
Get the class name.
|
public final MessageInterface messageInterface()
public final void create(javax.tools.JavaFileObject fileObject)
throws IOException,
IllegalStateException
fileObject - the files object to write the source to.IOException - if the file could not be written.IllegalStateException - if the implementation is in an invalid state.public final String qualifiedClassName()
protected com.sun.codemodel.internal.JMethod createReadResolveMethod()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.