net.java.html.lib.angular.ILocaleService Maven / Gradle / Ivy
package net.java.html.lib.angular;
public class ILocaleService extends net.java.html.lib.Objs {
protected ILocaleService(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(ILocaleService.class);
}
@Override
public ILocaleService create(java.lang.Object obj) {
return obj == null ? null : new ILocaleService(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static ILocaleService $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property id = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "id");
public java.lang.String id() { return id.get(); }
// These are not documented
public net.java.html.lib.Objs.Property NUMBER_FORMATS = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.ILocaleNumberFormatDescriptor.class, "NUMBER_FORMATS");
public ILocaleNumberFormatDescriptor NUMBER_FORMATS() { return NUMBER_FORMATS.get(); }
public net.java.html.lib.Objs.Property DATETIME_FORMATS = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.ILocaleDateTimeFormatDescriptor.class, "DATETIME_FORMATS");
public ILocaleDateTimeFormatDescriptor DATETIME_FORMATS() { return DATETIME_FORMATS.get(); }
public net.java.html.lib.Objs.Property> pluralCat = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "pluralCat");
public net.java.html.lib.Function.A1 super java.lang.Object,? extends java.lang.String> pluralCat() { return pluralCat.get(); }
}