| | |
| | | Generate enumerations defined by this managed object.. |
| | | --> |
| | | <xsl:for-each |
| | | select="$this-local-properties[adm:syntax/adm:enumeration]"> |
| | | select="$this-local-properties[adm:syntax/adm:enumeration and not(adm:profile[@name='preprocessor']/adm:first-defined-in)]"> |
| | | <xsl:sort select="@name" /> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:call-template name="generate-enumeration" /> |
| | | <xsl:if test="not(adm:profile[@name='preprocessor']/admpp:first-defined-in)"> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:call-template name="generate-enumeration" /> |
| | | </xsl:if> |
| | | </xsl:for-each> |
| | | <!-- |
| | | Define application tags if this is the root configuration. |
| | |
| | | '", null);
')" /> |
| | | </xsl:otherwise> |
| | | </xsl:choose> |
| | | <xsl:value-of select="concat(' }
')" /> |
| | | <xsl:value-of select="' }
'" /> |
| | | <!-- |
| | | Create configuration view factory methods for non-abstract definitions |
| | | --> |
| | |
| | | </xsl:if> |
| | | <xsl:choose> |
| | | <xsl:when |
| | | test="adm:profile[@name='preprocessor']/admpp:managed-object[@name=$this-name and @package=$this-package]"> |
| | | test="adm:profile[@name='preprocessor']/admpp:last-defined-in[@name=$this-name and @package=$this-package]"> |
| | | <xsl:value-of |
| | | select="concat(' *
', |
| | | ' * @return Returns the "', |
| | |
| | | </xsl:variable> |
| | | <xsl:choose> |
| | | <xsl:when |
| | | test="adm:profile[@name='preprocessor']/admpp:managed-object[@name=$this-name and @package=$this-package]"> |
| | | test="adm:profile[@name='preprocessor']/admpp:last-defined-in[@name=$this-name and @package=$this-package]"> |
| | | <xsl:value-of |
| | | select="concat($java-managed-object-name, 'CfgClient,', |
| | | $java-managed-object-name, 'Cfg> get', |