OpenAPI 1.0

com.aquafold.openapi.report
Interface AQReportSettings


public interface AQReportSettings

The AQReportSettings interface describes how multiple reports can be linked together.


Method Summary
 boolean isGenerateHtmlDocFooter()
          Returns true if to generate the closing tags for the html tag and the body tag.
 boolean isGenerateHtmlDocHeader()
          Returns true if to generate the opening tags for the html tag and the body tag.
 void setGenerateHtmlDocFooter(boolean flag)
          Determines whether to generate the closing tags for the html tag and the body tag; these tags are not generated by default.
 void setGenerateHtmlDocHeader(boolean flag)
          Determines whether to generate the opening tags for the html tag and the body tag; these tags are not generated by default.
 

Method Detail

setGenerateHtmlDocHeader

void setGenerateHtmlDocHeader(boolean flag)
Determines whether to generate the opening tags for the html tag and the body tag; these tags are not generated by default.

Parameters:
flag - generates opening tags for the html tag and the body tag if true.

isGenerateHtmlDocHeader

boolean isGenerateHtmlDocHeader()
Returns true if to generate the opening tags for the html tag and the body tag.

Returns:
true if to generate the opening tags

setGenerateHtmlDocFooter

void setGenerateHtmlDocFooter(boolean flag)
Determines whether to generate the closing tags for the html tag and the body tag; these tags are not generated by default.

Parameters:
flag - generates closing tags for the html tag and the body tag if true.

isGenerateHtmlDocFooter

boolean isGenerateHtmlDocFooter()
Returns true if to generate the closing tags for the html tag and the body tag.

Returns:
true if to generate the closing tags

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.