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

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

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


import com.squarespace.cldrengine.api.ListPatternPositionType;

public class ListPatternsSchema {

  public final Vector1Arrow and;
  public final Vector1Arrow andShort;
  public final Vector1Arrow or;
  public final Vector1Arrow unitLong;
  public final Vector1Arrow unitNarrow;
  public final Vector1Arrow unitShort;

  public ListPatternsSchema(
      Vector1Arrow and,
      Vector1Arrow andShort,
      Vector1Arrow or,
      Vector1Arrow unitLong,
      Vector1Arrow unitNarrow,
      Vector1Arrow unitShort) {
    this.and = and;
    this.andShort = andShort;
    this.or = or;
    this.unitLong = unitLong;
    this.unitNarrow = unitNarrow;
    this.unitShort = unitShort;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy