view artifacts/src/main/java/de/intevation/artifacts/PreferredLocale.java @ 98:a24ab98f858d 1.0

ChangeLog: Tagging version 1.0; explaining the reason for 1.0 artifacts/trunk@1033 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Hans Plum <hans.plum@intevation.de>
date Wed, 28 Apr 2010 20:14:05 +0000
parents 78263e910675
children 933bbc9fc11f
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