comparison src/java/de/intevation/mxd/reader/AbstractSymbolReader.java @ 260:10e0aa283217

Updated documentation and added ant task for javadoc generation.
author raimund renkert <raimund.renkert@intevation.de>
date Tue, 16 Aug 2011 14:32:06 +0200
parents df4e0946ef02
children
comparison
equal deleted inserted replaced
259:8fe9ccc77962 260:10e0aa283217
45 45
46 46
47 /** 47 /**
48 * Setter for the parent XML element. 48 * Setter for the parent XML element.
49 * 49 *
50 * @param parent The XML parent node. 50 * @param p The XML parent node.
51 */ 51 */
52 public void setParent(Element p) { 52 public void setParent(Element p) {
53 this.parent = p; 53 this.parent = p;
54 } 54 }
55 55
56 /** 56 /**
57 * Setter for XML document helper. 57 * Setter for XML document helper.
58 * 58 *
59 * @param util The helper class for storing map information. 59 * @param u The helper class for storing map information.
60 */ 60 */
61 public void setUtil(MapToXMLUtils u) { 61 public void setUtil(MapToXMLUtils u) {
62 this.util = u; 62 this.util = u;
63 } 63 }
64 } 64 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)