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