Klasse JavaOutputType

java.lang.Object
org.apache.torque.generator.control.outputtype.JavaOutputType
Alle implementierten Schnittstellen:
OutputType

public class JavaOutputType extends Object implements OutputType
The output type for java output.
Version:
$Id: $
  • Felddetails

  • Konstruktordetails

    • JavaOutputType

      public JavaOutputType()
  • Methodendetails

    • getCommentStart

      public String getCommentStart(String lineBreak)
      Returns the start of a comment. It is assumed that the comment itself does not contain line breaks.
      Angegeben von:
      getCommentStart in Schnittstelle OutputType
      Parameter:
      lineBreak - the line break for the current output, not null.
      Gibt zurück:
      the String which starts a comment, not null.
    • getCommentEnd

      public String getCommentEnd(String lineBreak)
      Returns the end of a comment. It is assumed that the comment itself does not contain line breaks.
      Angegeben von:
      getCommentEnd in Schnittstelle OutputType
      Parameter:
      lineBreak - the line break for the current output, not null.
      Gibt zurück:
      the String which starts a comment, not null.