enableJavaWrapperGen

When you issue the commands to generate a program, the enableJavaWrapperGen build descriptor option specifies whether all or only some of the following components can be generated: the program, Java™ wrapper classes, and the related EJB session bean.

Actual generation of the Java wrapper classes and EJB session bean requires appropriate settings in the linkage options part that is used at generation time.

Values

NO
Generate the program, but not the Java wrapper classes or the related EJB session bean, if any.
ONLY
Do not generate the program, but allow generation of the related Java wrapper classes and (if appropriate) the related EJB session bean
YES (the default value)
Generate the program and allow generation of the related Java wrapper classes and (if appropriate) the related EJB session bean.