1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "java-time-temporal-IsoFields"))]
__jni_bindgen! {
    /// public final class [IsoFields](https://developer.android.com/reference/java/time/temporal/IsoFields.html)
    ///
    /// Required feature: "java-time-temporal-IsoFields"
    public final class IsoFields ("java/time/temporal/IsoFields") extends crate::java::lang::Object {

        /// **get** public static final [DAY_OF_QUARTER](https://developer.android.com/reference/java/time/temporal/IsoFields.html#DAY_OF_QUARTER)
        ///
        /// Required feature: "java-time-temporal-TemporalField"
        #[cfg(any(feature = "all", feature = "java-time-temporal-TemporalField"))]
        pub fn DAY_OF_QUARTER<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::temporal::TemporalField>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("java/time/temporal/IsoFields\0", "DAY_OF_QUARTER\0", "Ljava/time/temporal/TemporalField;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [QUARTER_OF_YEAR](https://developer.android.com/reference/java/time/temporal/IsoFields.html#QUARTER_OF_YEAR)
        ///
        /// Required feature: "java-time-temporal-TemporalField"
        #[cfg(any(feature = "all", feature = "java-time-temporal-TemporalField"))]
        pub fn QUARTER_OF_YEAR<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::temporal::TemporalField>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("java/time/temporal/IsoFields\0", "QUARTER_OF_YEAR\0", "Ljava/time/temporal/TemporalField;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [QUARTER_YEARS](https://developer.android.com/reference/java/time/temporal/IsoFields.html#QUARTER_YEARS)
        ///
        /// Required feature: "java-time-temporal-TemporalUnit"
        #[cfg(any(feature = "all", feature = "java-time-temporal-TemporalUnit"))]
        pub fn QUARTER_YEARS<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::temporal::TemporalUnit>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("java/time/temporal/IsoFields\0", "QUARTER_YEARS\0", "Ljava/time/temporal/TemporalUnit;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [WEEK_BASED_YEAR](https://developer.android.com/reference/java/time/temporal/IsoFields.html#WEEK_BASED_YEAR)
        ///
        /// Required feature: "java-time-temporal-TemporalField"
        #[cfg(any(feature = "all", feature = "java-time-temporal-TemporalField"))]
        pub fn WEEK_BASED_YEAR<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::temporal::TemporalField>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("java/time/temporal/IsoFields\0", "WEEK_BASED_YEAR\0", "Ljava/time/temporal/TemporalField;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [WEEK_BASED_YEARS](https://developer.android.com/reference/java/time/temporal/IsoFields.html#WEEK_BASED_YEARS)
        ///
        /// Required feature: "java-time-temporal-TemporalUnit"
        #[cfg(any(feature = "all", feature = "java-time-temporal-TemporalUnit"))]
        pub fn WEEK_BASED_YEARS<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::temporal::TemporalUnit>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("java/time/temporal/IsoFields\0", "WEEK_BASED_YEARS\0", "Ljava/time/temporal/TemporalUnit;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// **get** public static final [WEEK_OF_WEEK_BASED_YEAR](https://developer.android.com/reference/java/time/temporal/IsoFields.html#WEEK_OF_WEEK_BASED_YEAR)
        ///
        /// Required feature: "java-time-temporal-TemporalField"
        #[cfg(any(feature = "all", feature = "java-time-temporal-TemporalField"))]
        pub fn WEEK_OF_WEEK_BASED_YEAR<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::time::temporal::TemporalField>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("java/time/temporal/IsoFields\0", "WEEK_OF_WEEK_BASED_YEAR\0", "Ljava/time/temporal/TemporalField;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }
    }
}