comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/Layer.java @ 826:32d01e1ce2df

Added more JavaDocs gnv-artifacts/trunk@920 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 12:32:24 +0000
parents feae2f9d6c6f
children 05bf8534a35a
comparison
equal deleted inserted replaced
825:b43e7205e83c 826:32d01e1ce2df
15 * 15 *
16 */ 16 */
17 public interface Layer { 17 public interface Layer {
18 18
19 /** 19 /**
20 * 20 * Returns the name of this layer.
21 * @return the name of this layer. 21 * @return the name of this layer.
22 */ 22 */
23 String getName(); 23 String getName();
24 24
25 /** 25 /**
26 * 26 * Returns the id of this layer.
27 * @return the id of this layer. 27 * @return the id of this layer.
28 */ 28 */
29 String getID(); 29 String getID();
30 30
31 /** 31 /**
32 * 32 * Returns true if the Layer is an GroupLayer
33 * @return true, if this layer is a group layer - otherwise false. 33 * @return true, if this layer is a group layer - otherwise false.
34 */ 34 */
35 boolean isGroupLayer(); 35 boolean isGroupLayer();
36 36
37 /** 37 /**
38 * 38 * Returned the ID of the Parent Layer.
39 * Only if the Layer is a Child-Layer.
40 * If this Layer is an Root-Layer null will be returned.
39 * @return the id of the parent. 41 * @return the id of the parent.
40 */ 42 */
41 String parentID(); 43 String parentID();
42 } 44 }
43 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 45 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org