Uses of Class
org.codehaus.modello.generator.java.javasource.JComment

Packages that use JComment
org.codehaus.modello.generator.java.javasource   
 

Uses of JComment in org.codehaus.modello.generator.java.javasource
 

Fields in org.codehaus.modello.generator.java.javasource declared as JComment
private  JComment JCompUnit.header
           
private  JComment JStructure.header
          The source header
 

Methods in org.codehaus.modello.generator.java.javasource that return JComment
 JComment JStructure.getHeader()
          Returns the JComment header to display at the top of the source file for this JStructure, or null if no header was set.
 

Methods in org.codehaus.modello.generator.java.javasource with parameters of type JComment
 void JCompUnit.setHeader(JComment comment)
          Sets the header comment for this JCompUnit
 void JStructure.setHeader(JComment comment)
          Sets the header comment for this JStructure