| | |
| | | $this-java-class, |
| | | 'CfgClient> impl) {
', |
| | | ' this.impl = impl;
', |
| | | ' };
')" /> |
| | | ' }
')" /> |
| | | <!-- |
| | | Getters/Setters for all properties. |
| | | --> |
| | |
| | | $this-java-class, |
| | | 'CfgServerImpl(ServerManagedObject<? extends ', $this-java-class, 'Cfg> impl) {
', |
| | | ' this.impl = impl;
', |
| | | ' };
')" /> |
| | | ' }
')" /> |
| | | <!-- |
| | | Generate all the change listener methods - one for each managed |
| | | object in the hierarchy. |
| | |
| | | <xsl:when test="string(@multi-valued) != 'true'"> |
| | | <xsl:choose> |
| | | <xsl:when test="adm:default-behavior/adm:defined"> |
| | | <!-- |
| | | <!-- |
| | | The method is guaranteed to return a value since there is a |
| | | well-defined default value. |
| | | --> |
| | |
| | | </xsl:when> |
| | | <xsl:when |
| | | test="$interface = 'server' and @mandatory = 'true'"> |
| | | <!-- |
| | | <!-- |
| | | The method is guaranteed to return a value in the server interface, but |
| | | not necessarily in the client, since the mandatory property might not |
| | | have been created yet. |