All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.time4j.format.ChronoPattern Maven / Gradle / Ivy

There is a newer version: 4.38
Show newest version
/*
 * -----------------------------------------------------------------------
 * Copyright © 2013-2015 Meno Hochschild, 
 * -----------------------------------------------------------------------
 * This file (ChronoPattern.java) is part of project Time4J.
 *
 * Time4J is free software: You can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as published
 * by the Free Software Foundation, either version 2.1 of the License, or
 * (at your option) any later version.
 *
 * Time4J is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Time4J. If not, see .
 * -----------------------------------------------------------------------
 */

package net.time4j.format;


/**
 * 

Allows a flexible interpretation of symbols in format patterns.

* * @param

self-referencing type parameter as discriminator for the format engine to be used * @author Meno Hochschild * @since 3.0 */ /*[deutsch] *

Erlaubt eine flexible Interpretation von Symbolen in Formatmustern.

* * @param

self-referencing type parameter as discriminator for the format engine to be used * @author Meno Hochschild * @since 3.0 */ public interface ChronoPattern

> { //~ Methoden ---------------------------------------------------------- /** *

Yields the format engine this pattern is designed for.

* * @return format and parse engine to be used * @since 3.0 */ /*[deutsch] *

Liefert die {@code FormatEngine}, für die dieses Formatmuster gedacht ist.

* * @return format and parse engine to be used * @since 3.0 */ FormatEngine

getFormatEngine(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy