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

com.squarespace.cldrengine.internal.JapaneseSchema Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.internal;


import com.squarespace.cldrengine.api.EraAltType;
import com.squarespace.cldrengine.api.PluralType;
import com.squarespace.cldrengine.api.FormatWidthType;
import com.squarespace.cldrengine.api.EraWidthType;

public class JapaneseSchema extends CalendarSchema {

  public JapaneseSchema(
      Vector3Arrow eras,
      CalendarFields format,
      CalendarFields standAlone,
      Vector1Arrow availableFormats,
      Vector2Arrow pluralFormats,
      Vector2Arrow intervalFormats,
      Vector1Arrow dateFormats,
      Vector1Arrow timeFormats,
      Vector1Arrow dateTimeFormats,
      Vector1Arrow dateTimeFormatsAt,
      FieldArrow intervalFormatFallback) {
    super(
      eras,
      format,
      standAlone,
      availableFormats,
      pluralFormats,
      intervalFormats,
      dateFormats,
      timeFormats,
      dateTimeFormats,
      dateTimeFormatsAt,
      intervalFormatFallback
    );

  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy