view flys-client/src/main/java/de/intevation/flys/client/shared/model/Gauge.java @ 5462:f2371f3aaf03

Show top level folder icons only if node has no factory If you have an empty folder the folder icon is still shown. This makes it possible to add functional "Top Level" entries in the Datacage
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 26 Mar 2013 18:29:13 +0100
parents ca40a5b1bb04
children
line wrap: on
line source
package de.intevation.flys.client.shared.model;

import java.io.Serializable;


public interface Gauge extends Serializable {

    String getName();

    double getLower();

    double getUpper();
}

http://dive4elements.wald.intevation.org