view flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WKms.java @ 930:3fd891d5228d

The DataFacets are now able to store the ID of the create which created them. flys-artifacts/trunk@2292 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 06 Jul 2011 13:37:52 +0000
parents 0cb1a70b8b92
children 03fbf1b30e72
line wrap: on
line source
package de.intevation.flys.artifacts.model;

public interface WKms
extends          NamedObject
{
    int size();

    double getKm(int index);

    double getW(int index);
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org