// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-icu-lang-UProperty_NameChoice"))]
__jni_bindgen! {
/// public interface [UProperty.NameChoice](https://developer.android.com/reference/android/icu/lang/UProperty.NameChoice.html)
///
/// Required feature: "android-icu-lang-UProperty_NameChoice"
public interface UProperty_NameChoice ("android/icu/lang/UProperty$NameChoice") extends crate::java::lang::Object {
/// public static final [LONG](https://developer.android.com/reference/android/icu/lang/UProperty.NameChoice.html#LONG)
pub const LONG : i32 = 1;
/// public static final [SHORT](https://developer.android.com/reference/android/icu/lang/UProperty.NameChoice.html#SHORT)
pub const SHORT : i32 = 0;
}
}