public class ILocaleService extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<ILocaleDateTimeFormatDescriptor> |
DATETIME_FORMATS |
Objs.Property<String> |
id |
Objs.Property<ILocaleNumberFormatDescriptor> |
NUMBER_FORMATS |
Objs.Property<Function.A1<? super Object,? extends String>> |
pluralCat |
Modifier | Constructor and Description |
---|---|
protected |
ILocaleService(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ILocaleService |
$as(Object obj) |
ILocaleDateTimeFormatDescriptor |
DATETIME_FORMATS() |
String |
id() |
ILocaleNumberFormatDescriptor |
NUMBER_FORMATS() |
Function.A1<? super Object,? extends String> |
pluralCat() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> id
public Objs.Property<ILocaleNumberFormatDescriptor> NUMBER_FORMATS
public Objs.Property<ILocaleDateTimeFormatDescriptor> DATETIME_FORMATS
public Objs.Property<Function.A1<? super Object,? extends String>> pluralCat
protected ILocaleService(Objs.Constructor<?> c, Object js)
public static ILocaleService $as(Object obj)
public String id()
public ILocaleNumberFormatDescriptor NUMBER_FORMATS()
public ILocaleDateTimeFormatDescriptor DATETIME_FORMATS()
public Function.A1<? super Object,? extends String> pluralCat()
Copyright © 2018. All rights reserved.