comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DefaultState.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents 17927c60ac1c
children 70e9d56e21fc
comparison
equal deleted inserted replaced
3283:a8ce3263b0a7 3284:d9af29a4bb85
129 /** 129 /**
130 * Creates a <i>data</i> element used in the static part of the DESCRIBE 130 * Creates a <i>data</i> element used in the static part of the DESCRIBE
131 * document. 131 * document.
132 * 132 *
133 * @param creator The ElementCreator that is used to build new Elements. 133 * @param creator The ElementCreator that is used to build new Elements.
134 * @param meta The CallMeta object used for i18n. 134 * @param cc The CallContext object used for nested i18n retrieval.
135 * @param name The name of the data item. 135 * @param name The name of the data item.
136 * @param value The value as string. 136 * @param value The value as string.
137 * 137 *
138 * @return an Element. 138 * @return an Element.
139 */ 139 */
297 /** 297 /**
298 * This method creates the root node that contains the list of selectable 298 * This method creates the root node that contains the list of selectable
299 * items. 299 * items.
300 * 300 *
301 * @param cr The ElementCreator. 301 * @param cr The ElementCreator.
302 * @param name The name of the amount of data.
303 * 302 *
304 * @return the root node of the item list. 303 * @return the root node of the item list.
305 */ 304 */
306 protected Element createData( 305 protected Element createData(
307 ElementCreator cr, 306 ElementCreator cr,

http://dive4elements.wald.intevation.org