public class ILocaleNumberFormatDescriptor extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
CURRENCY_SYM |
Objs.Property<String> |
DECIMAL_SEP |
Objs.Property<String> |
GROUP_SEP |
Objs.Property<ILocaleNumberPatternDescriptor[]> |
PATTERNS |
Modifier | Constructor and Description |
---|---|
protected |
ILocaleNumberFormatDescriptor(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ILocaleNumberFormatDescriptor |
$as(Object obj) |
String |
CURRENCY_SYM() |
String |
DECIMAL_SEP() |
String |
GROUP_SEP() |
ILocaleNumberPatternDescriptor[] |
PATTERNS() |
$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> DECIMAL_SEP
public Objs.Property<String> GROUP_SEP
public Objs.Property<ILocaleNumberPatternDescriptor[]> PATTERNS
public Objs.Property<String> CURRENCY_SYM
protected ILocaleNumberFormatDescriptor(Objs.Constructor<?> c, Object js)
public static ILocaleNumberFormatDescriptor $as(Object obj)
public String DECIMAL_SEP()
public String GROUP_SEP()
public ILocaleNumberPatternDescriptor[] PATTERNS()
public String CURRENCY_SYM()
Copyright © 2018. All rights reserved.