jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
__jni_bindgen! {
    /// public enum [TimeZoneFormat.Style](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html)
    ///
    /// Required feature: "android-icu-text-TimeZoneFormat_Style"
    public enum TimeZoneFormat_Style ("android/icu/text/TimeZoneFormat$Style") extends crate::java::lang::Enum {

        /// [values](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#values())
        ///
        /// Required features: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", all(feature = "android-icu-text-TimeZoneFormat_Style")))]
        pub fn values<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, __jni_bindgen::ObjectArray<crate::android::icu::text::TimeZoneFormat_Style, crate::java::lang::Throwable>>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "android/icu/text/TimeZoneFormat$Style", java.flags == PUBLIC | STATIC, .name == "values", .descriptor == "()[Landroid/icu/text/TimeZoneFormat$Style;"
            unsafe {
                let __jni_args = [];
                let (__jni_class, __jni_method) = __jni_env.require_class_static_method("android/icu/text/TimeZoneFormat$Style\0", "values\0", "()[Landroid/icu/text/TimeZoneFormat$Style;\0");
                __jni_env.call_static_object_method_a(__jni_class, __jni_method, __jni_args.as_ptr())
            }
        }

        /// [valueOf](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#valueOf(java.lang.String))
        ///
        /// Required features: "android-icu-text-TimeZoneFormat_Style", "java-lang-String"
        #[cfg(any(feature = "all", all(feature = "android-icu-text-TimeZoneFormat_Style", feature = "java-lang-String")))]
        pub fn valueOf<'env>(__jni_env: &'env __jni_bindgen::Env, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::String>>) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
            // class.path == "android/icu/text/TimeZoneFormat$Style", java.flags == PUBLIC | STATIC, .name == "valueOf", .descriptor == "(Ljava/lang/String;)Landroid/icu/text/TimeZoneFormat$Style;"
            unsafe {
                let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into())];
                let (__jni_class, __jni_method) = __jni_env.require_class_static_method("android/icu/text/TimeZoneFormat$Style\0", "valueOf\0", "(Ljava/lang/String;)Landroid/icu/text/TimeZoneFormat$Style;\0");
                __jni_env.call_static_object_method_a(__jni_class, __jni_method, __jni_args.as_ptr())
            }
        }

        /// **get** public static final [EXEMPLAR_LOCATION](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#EXEMPLAR_LOCATION)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn EXEMPLAR_LOCATION<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "EXEMPLAR_LOCATION\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [GENERIC_LOCATION](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#GENERIC_LOCATION)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn GENERIC_LOCATION<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "GENERIC_LOCATION\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [GENERIC_LONG](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#GENERIC_LONG)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn GENERIC_LONG<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "GENERIC_LONG\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [GENERIC_SHORT](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#GENERIC_SHORT)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn GENERIC_SHORT<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "GENERIC_SHORT\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_BASIC_FIXED](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_BASIC_FIXED)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_BASIC_FIXED<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_BASIC_FIXED\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_BASIC_FULL](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_BASIC_FULL)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_BASIC_FULL<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_BASIC_FULL\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_BASIC_LOCAL_FIXED](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_BASIC_LOCAL_FIXED)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_BASIC_LOCAL_FIXED<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_BASIC_LOCAL_FIXED\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_BASIC_LOCAL_FULL](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_BASIC_LOCAL_FULL)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_BASIC_LOCAL_FULL<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_BASIC_LOCAL_FULL\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_BASIC_LOCAL_SHORT](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_BASIC_LOCAL_SHORT)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_BASIC_LOCAL_SHORT<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_BASIC_LOCAL_SHORT\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_BASIC_SHORT](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_BASIC_SHORT)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_BASIC_SHORT<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_BASIC_SHORT\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_EXTENDED_FIXED](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_EXTENDED_FIXED)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_EXTENDED_FIXED<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_EXTENDED_FIXED\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_EXTENDED_FULL](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_EXTENDED_FULL)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_EXTENDED_FULL<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_EXTENDED_FULL\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_EXTENDED_LOCAL_FIXED](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_EXTENDED_LOCAL_FIXED)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_EXTENDED_LOCAL_FIXED<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_EXTENDED_LOCAL_FIXED\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ISO_EXTENDED_LOCAL_FULL](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_EXTENDED_LOCAL_FULL)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ISO_EXTENDED_LOCAL_FULL<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ISO_EXTENDED_LOCAL_FULL\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [LOCALIZED_GMT](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#LOCALIZED_GMT)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn LOCALIZED_GMT<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "LOCALIZED_GMT\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [LOCALIZED_GMT_SHORT](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#LOCALIZED_GMT_SHORT)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn LOCALIZED_GMT_SHORT<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "LOCALIZED_GMT_SHORT\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [SPECIFIC_LONG](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#SPECIFIC_LONG)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn SPECIFIC_LONG<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "SPECIFIC_LONG\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [SPECIFIC_SHORT](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#SPECIFIC_SHORT)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn SPECIFIC_SHORT<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "SPECIFIC_SHORT\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ZONE_ID](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ZONE_ID)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ZONE_ID<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ZONE_ID\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [ZONE_ID_SHORT](https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ZONE_ID_SHORT)
        ///
        /// Required feature: "android-icu-text-TimeZoneFormat_Style"
        #[cfg(any(feature = "all", feature = "android-icu-text-TimeZoneFormat_Style"))]
        pub fn ZONE_ID_SHORT<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::icu::text::TimeZoneFormat_Style>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/icu/text/TimeZoneFormat$Style\0", "ZONE_ID_SHORT\0", "Landroid/icu/text/TimeZoneFormat$Style;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }
    }
}