5.1.1.9. BusinessStyle

<businessStyle> is a sub element of <personel-iom-project> and is used for the JavaDoc.

Todo

elaborate on purpose

Listing 5.12 <businessStyle/> in project file
 1<?xml version="1.0" encoding="UTF-8"?>
 2<personal-iom-project>
 3        ...
 4
 5        <businessStyle>
 6                ...
 7                <createDefaultJavaDocForInterface> true </createDefaultJavaDocForInterface>
 8                ...
 9        </businessStyle>
10
11        ...
12</personel-iom-project>

Attributes

There are no attributes for <businessStyle/>.

Sub elements

Table 5.12 <businessStyle> sub elements

Name

Details

Type

Number

author

Question S

string

0 or 1

tab

string

0 or 1

eol

string

0 or 1

javadocForInterface

string

0 or 1

javadocForClass

0 or 1

header

0 or 1

footer

0 or 1

createDefaultJavaDocForInterface

boolean

0 or 1

addAuthorToDefaultJavaDocForInterface

boolean

0 or 1

createDefaultJavaDocForClass

boolean

0 or 1

addAuthorToDefaultJavaDocForClass

boolean

0 or 1