Rational Developer for System z, Version 7.6

CodegenPropertyArray

Use this element to specify the programming language for the code to be generated and as the container for the code generation properties for the converter. You can use this element in either PlatformProperties.xml or ServiceSpecification.xml. If you use it in both documents, the specification in ServiceSpecification.xml overrides the specification in PlatformProperties.xml.

Contained by

Contains

CodegenProperty

Attributes

Fields Description

Attribute: type
Valid values: COBOL |
PLI-ENTERPRISE
Required?: No
Default value: COBOL

Specifies the implementation language for a new service in a top-down scenario.

Example

Figure 1 is an example of the CodegenPropertyArray element.
Figure 1. Example of CodegenPropertyArray Element
<CodegenPropertyArray type="Cobol">
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_PROG_NAME" value="XCNV"/>
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_AUTH_NAME" value="WSED"/>
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_IN_CP_LIST" value="1140"/>
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_CP_LIST" value="1140"/>
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_OUT_CP_LIST" value="1140"/>
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_DEC_COMMA" value=" false"/>
        <CodegenProperty name="com.ibm.etools.xmlent.ui.GEN_FLAT_GEN" value=" false"/>
</CodegenPropertyArray>

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)