1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-icu-text-MessageFormat_Field"))]
__jni_bindgen! {
    /// public class [MessageFormat.Field](https://developer.android.com/reference/android/icu/text/MessageFormat.Field.html)
    ///
    /// Required feature: "android-icu-text-MessageFormat_Field"
    public class MessageFormat_Field ("android/icu/text/MessageFormat$Field") extends crate::java::text::Format_Field {

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