public static class NumberFormatOptions.NumberFormatOptionsFactory extends Object implements NativeObjectContainerFactory<NumberFormatOptions>
| Modifier and Type | Method and Description | 
|---|---|
NumberFormatOptions | 
create(NativeObject nativeObject)
Creates a native object container instance by a native object. 
 | 
NumberFormatOptions | 
create(NativeObject nativeObject,
      IsDefaultNumberFormatOptions defaultValues)
Creates a number format options by a native object and a default values instance. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic NumberFormatOptions create(NativeObject nativeObject)
NativeObjectContainerFactorycreate in interface NativeObjectContainerFactory<NumberFormatOptions>nativeObject - native objectpublic NumberFormatOptions create(NativeObject nativeObject, IsDefaultNumberFormatOptions defaultValues)
nativeObject - native object instance to be wrapped.defaultValues - default values for the options