ICU-21900 BRS71 ICU4J API signature file

This commit is contained in:
Yoshito Umaoka 2022-03-16 08:33:05 -04:00
parent 8575c0dace
commit 89c5d03023
3 changed files with 25 additions and 1 deletions

View file

@ -6,15 +6,39 @@ package com.ibm.icu.util;
/**
* Represents all the grammatical noun classes that are supported by CLDR.
*
* @draft ICU 71.
* @draft ICU 71
*/
public enum NounClass {
/**
* @draft ICU 71
*/
OTHER,
/**
* @draft ICU 71
*/
NEUTER,
/**
* @draft ICU 71
*/
FEMININE,
/**
* @draft ICU 71
*/
MASCULINE,
/**
* @draft ICU 71
*/
ANIMATE,
/**
* @draft ICU 71
*/
INANIMATE,
/**
* @draft ICU 71
*/
PERSONAL,
/**
* @draft ICU 71
*/
COMMON,
}

Binary file not shown.

Binary file not shown.