[]Struct jni_android_sys::javax::xml::datatype::DatatypeFactory

#[repr(transparent)]
pub struct DatatypeFactory(_);

public class DatatypeFactory

Required feature: "javax-xml-datatype-DatatypeFactory"

Methods

impl DatatypeFactory

pub fn newInstance<'env>(
    __jni_env: &'env Env
) -> Result<Option<Local<'env, DatatypeFactory>>, Local<'env, Throwable>>
[src]

newInstance

Required features: "javax-xml-datatype-DatatypeFactory"

pub fn newInstance_String_ClassLoader<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ClassLoader>>
) -> Result<Option<Local<'env, DatatypeFactory>>, Local<'env, Throwable>>
[src]

newInstance

Required features: "java-lang-ClassLoader", "java-lang-String", "javax-xml-datatype-DatatypeFactory"

pub fn newDuration_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDuration

Required features: "java-lang-String", "javax-xml-datatype-Duration"

pub fn newDuration_long<'env>(
    &'env self,
    arg0: i64
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDuration

Required features: "javax-xml-datatype-Duration"

pub fn newDuration_boolean_BigInteger_BigInteger_BigInteger_BigInteger_BigInteger_BigDecimal<'env>(
    &'env self,
    arg0: bool,
    arg1: impl Into<Option<&'env BigInteger>>,
    arg2: impl Into<Option<&'env BigInteger>>,
    arg3: impl Into<Option<&'env BigInteger>>,
    arg4: impl Into<Option<&'env BigInteger>>,
    arg5: impl Into<Option<&'env BigInteger>>,
    arg6: impl Into<Option<&'env BigDecimal>>
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDuration

Required features: "java-math-BigDecimal", "java-math-BigInteger", "javax-xml-datatype-Duration"

pub fn newDuration_boolean_int_int_int_int_int_int<'env>(
    &'env self,
    arg0: bool,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32,
    arg5: i32,
    arg6: i32
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDuration

Required features: "javax-xml-datatype-Duration"

pub fn newDurationDayTime_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationDayTime

Required features: "java-lang-String", "javax-xml-datatype-Duration"

pub fn newDurationDayTime_long<'env>(
    &'env self,
    arg0: i64
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationDayTime

Required features: "javax-xml-datatype-Duration"

pub fn newDurationDayTime_boolean_BigInteger_BigInteger_BigInteger_BigInteger<'env>(
    &'env self,
    arg0: bool,
    arg1: impl Into<Option<&'env BigInteger>>,
    arg2: impl Into<Option<&'env BigInteger>>,
    arg3: impl Into<Option<&'env BigInteger>>,
    arg4: impl Into<Option<&'env BigInteger>>
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationDayTime

Required features: "java-math-BigInteger", "javax-xml-datatype-Duration"

pub fn newDurationDayTime_boolean_int_int_int_int<'env>(
    &'env self,
    arg0: bool,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationDayTime

Required features: "javax-xml-datatype-Duration"

pub fn newDurationYearMonth_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationYearMonth

Required features: "java-lang-String", "javax-xml-datatype-Duration"

pub fn newDurationYearMonth_long<'env>(
    &'env self,
    arg0: i64
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationYearMonth

Required features: "javax-xml-datatype-Duration"

pub fn newDurationYearMonth_boolean_BigInteger_BigInteger<'env>(
    &'env self,
    arg0: bool,
    arg1: impl Into<Option<&'env BigInteger>>,
    arg2: impl Into<Option<&'env BigInteger>>
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationYearMonth

Required features: "java-math-BigInteger", "javax-xml-datatype-Duration"

pub fn newDurationYearMonth_boolean_int_int<'env>(
    &'env self,
    arg0: bool,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, Duration>>, Local<'env, Throwable>>
[src]

newDurationYearMonth

Required features: "javax-xml-datatype-Duration"

pub fn newXMLGregorianCalendar<'env>(
    &'env self
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendar

Required features: "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendar_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendar

Required features: "java-lang-String", "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendar_GregorianCalendar<'env>(
    &'env self,
    arg0: impl Into<Option<&'env GregorianCalendar>>
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendar

Required features: "java-util-GregorianCalendar", "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendar_BigInteger_int_int_int_int_int_BigDecimal_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env BigInteger>>,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32,
    arg5: i32,
    arg6: impl Into<Option<&'env BigDecimal>>,
    arg7: i32
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendar

Required features: "java-math-BigDecimal", "java-math-BigInteger", "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendar_int_int_int_int_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32,
    arg5: i32,
    arg6: i32,
    arg7: i32
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendar

Required features: "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendarDate<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendarDate

Required features: "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendarTime_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendarTime

Required features: "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendarTime_int_int_int_BigDecimal_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env BigDecimal>>,
    arg4: i32
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendarTime

Required features: "java-math-BigDecimal", "javax-xml-datatype-XMLGregorianCalendar"

pub fn newXMLGregorianCalendarTime_int_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32
) -> Result<Option<Local<'env, XMLGregorianCalendar>>, Local<'env, Throwable>>
[src]

newXMLGregorianCalendarTime

Required features: "javax-xml-datatype-XMLGregorianCalendar"

pub fn DATATYPEFACTORY_IMPLEMENTATION_CLASS<'env>(
    env: &'env Env
) -> Option<Local<'env, String>>
[src]

get public static final DATATYPEFACTORY_IMPLEMENTATION_CLASS

Required feature: "java-lang-String"

pub const DATATYPEFACTORY_PROPERTY: &'static str[src]

public static final DATATYPEFACTORY_PROPERTY

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for DatatypeFactory

impl AsValidJObjectAndEnv for DatatypeFactory

impl Deref for DatatypeFactory

type Target = Object

The resulting type after dereferencing.

impl JniType for DatatypeFactory

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.