view artifacts/src/main/java/de/intevation/artifacts/PreferredLocale.java @ 79:f69e5b87f05f

Implementation to export artifacts as xml (applied patch from issue208 by SLT). artifacts/trunk@792 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 16 Mar 2010 16:03:06 +0000
parents 55eefe63a777
children 78263e910675
line wrap: on
line source
package de.intevation.artifacts;

import java.util.Locale;

/**
 * Interface to build pairs of preference and quality.
 *
 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
 */
public interface PreferredLocale
{
    /**
     * Returns the locale of the pair.
     * @return The locale.
     */
    Locale getLocale();
    /**
     * Returns the quality of the pair.
     * @return the quality
     */
    float getQuality();
}
// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org