comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Facet.java @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-client/src/main/java/org/dive4elements/river/client/shared/model/Facet.java@821a02bbfb4e
children 172338b1407f
comparison
equal deleted inserted replaced
5837:d9901a08d0a6 5838:5aa05a7a34b7
1 package org.dive4elements.river.client.shared.model;
2
3 import java.io.Serializable;
4
5
6 /**
7 * The interface that provides methods to retrieve information about a Facet.
8 *
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */
11 public interface Facet extends Serializable {
12
13 /**
14 * Returns the name of a facet.
15 *
16 * @return the name of a facet.
17 */
18 String getName();
19
20 /**
21 * Returns the index of this facet.
22 *
23 * @return the index.
24 */
25 int getIndex();
26
27 /**
28 * Returns the description of this facet.
29 *
30 * @return the description.
31 */
32 String getDescription();
33 }
34 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org