Class UnknownOutputType
java.lang.Object
org.apache.torque.generator.control.outputtype.UnknownOutputType
- All Implemented Interfaces:
OutputType
An output type which is used if no other output type is defined.
- Version:
- $Id: $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommentEnd(String lineBreak) Returns the end of a comment.getCommentStart(String lineBreak) Returns the start of a comment.
-
Field Details
-
KEY
The unique key of the output type.- See Also:
-
-
Constructor Details
-
UnknownOutputType
public UnknownOutputType()
-
-
Method Details
-
getCommentStart
Returns the start of a comment. It is assumed that the comment itself does not contain line breaks.- Specified by:
getCommentStartin interfaceOutputType- Parameters:
lineBreak- the line break for the current output, not null.- Returns:
- the String which starts a comment, not null.
-
getCommentEnd
Returns the end of a comment. It is assumed that the comment itself does not contain line breaks.- Specified by:
getCommentEndin interfaceOutputType- Parameters:
lineBreak- the line break for the current output, not null.- Returns:
- the String which starts a comment, not null.
-