Uses of Enum
org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory
Packages that use I18nConversionCategory
-
Uses of I18nConversionCategory in org.checkerframework.checker.i18nformatter.qual
Methods in org.checkerframework.checker.i18nformatter.qual that return I18nConversionCategoryModifier and TypeMethodDescriptionstatic I18nConversionCategory
I18nConversionCategory.intersect
(I18nConversionCategory a, I18nConversionCategory b) Returns the intersection of the two given I18nConversionCategories.static I18nConversionCategory
I18nConversionCategory.stringToI18nConversionCategory
(String string) Creates a conversion cagetogry from a string name.static I18nConversionCategory
I18nConversionCategory.union
(I18nConversionCategory a, I18nConversionCategory b) Returns the union of the two given I18nConversionCategories.static I18nConversionCategory
Returns the enum constant of this type with the specified name.static I18nConversionCategory[]
I18nConversionCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.checkerframework.checker.i18nformatter.qual with parameters of type I18nConversionCategoryModifier and TypeMethodDescriptionstatic I18nConversionCategory
I18nConversionCategory.intersect
(I18nConversionCategory a, I18nConversionCategory b) Returns the intersection of the two given I18nConversionCategories.static boolean
I18nConversionCategory.isSubsetOf
(I18nConversionCategory a, I18nConversionCategory b) Return true if a is a subset of b.static I18nConversionCategory
I18nConversionCategory.union
(I18nConversionCategory a, I18nConversionCategory b) Returns the union of the two given I18nConversionCategories.