Fujitsu J Adapter Class Generator User Manual page 38

Fujitsu user's guide j adapter class generator
Table of Contents

Advertisement

38
Chapter 4. Using the Generator Command
Option Code
Specification format
Option Code = { SJIS | UNICODE }
Specification contents
Specify a code system during execution time. Specify the same code system as that
of the COBOL program that uses the Java class.
When omitted, it is assumed that SJIS is specified.
Meaning of the parameter
SJIS
Specify it when the code system during execution time is native code.
UNICODE
Specify it when the code system during execution time is Unicode.
Option CommandOptions
Specification format
Option CommandOptions =
Specification contents
Specify options of the java2cob command directly. But the -i option cannot be
specified.
When a parameter of the same type as the
optional file, the specified value of the
Option GenOnlyUsed
Specification format
Option GenOnlyUsed = { YES | NO }
Specification contents
Specify whether or not specify a constructor/method/field generated as an adapter
class. When a constructor/method/field is specified, size of the adapter class can be
reduced. (Refer to "Specify the constructor/method/field")
When omitted, it is assumed that NO is specified.
The specification value of the "Option GenOnlyUsed" parameter affects all of the
class-name/interface-name
"Class
The "Option GenOnlyUsed" parameter is exclusive with the "Option ReduceClass"
parameter.
Meaning of the parameter
YES
Specifies the constructor/method/field.
NO
Does not specify constructor/method/field.
command-options
command-options
command-options
" inside the optional file.
is specified as an
overrides the option file.

Advertisement

Table of Contents
loading

Table of Contents