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

net.java.html.lib.angular.ILocaleNumberPatternDescriptor Maven / Gradle / Ivy

package net.java.html.lib.angular;
public class ILocaleNumberPatternDescriptor extends net.java.html.lib.Objs {
  protected ILocaleNumberPatternDescriptor(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(ILocaleNumberPatternDescriptor.class);
    }
    @Override
    public ILocaleNumberPatternDescriptor create(java.lang.Object obj) {
      return obj == null ? null : new ILocaleNumberPatternDescriptor(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ILocaleNumberPatternDescriptor $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property minInt = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "minInt");
  public java.lang.Number minInt() { return minInt.get(); }
  public net.java.html.lib.Objs.Property minFrac = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "minFrac");
  public java.lang.Number minFrac() { return minFrac.get(); }
  public net.java.html.lib.Objs.Property maxFrac = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "maxFrac");
  public java.lang.Number maxFrac() { return maxFrac.get(); }
  public net.java.html.lib.Objs.Property posPre = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "posPre");
  public java.lang.String posPre() { return posPre.get(); }
  public net.java.html.lib.Objs.Property posSuf = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "posSuf");
  public java.lang.String posSuf() { return posSuf.get(); }
  public net.java.html.lib.Objs.Property negPre = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "negPre");
  public java.lang.String negPre() { return negPre.get(); }
  public net.java.html.lib.Objs.Property negSuf = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "negSuf");
  public java.lang.String negSuf() { return negSuf.get(); }
  public net.java.html.lib.Objs.Property gSize = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "gSize");
  public java.lang.Number gSize() { return gSize.get(); }
  public net.java.html.lib.Objs.Property lgSize = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "lgSize");
  public java.lang.Number lgSize() { return lgSize.get(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy