view flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WQKmsResult.java @ 5543:732a8bd44650

Wst Parser: Yet another attempt to fix the order of the Q ranges (made by S. Teichmann)
author Tom Gottfried <tom.gottfried@intevation.de>
date Wed, 03 Apr 2013 21:02:17 +0200
parents cc5461a16b3f
children
line wrap: on
line source
package de.intevation.flys.artifacts.model;

import de.intevation.flys.artifacts.model.WQKms;

/** A result that delivers WQKms. */
public interface WQKmsResult {
    public WQKms[] getWQKms();
}

http://dive4elements.wald.intevation.org