Uses of Enum
org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory
Packages that use I18nConversionCategory
-
Uses of I18nConversionCategory in org.checkerframework.checker.i18nformatter.qual
Subclasses with type arguments of type I18nConversionCategory in org.checkerframework.checker.i18nformatter.qualModifier and TypeClassDescriptionenumElements of this enumeration are used in aI18nFormatannotation to indicate the valid types that may be passed as a format parameter.Methods in org.checkerframework.checker.i18nformatter.qual that return I18nConversionCategoryModifier and TypeMethodDescriptionstatic I18nConversionCategoryI18nConversionCategory.intersect(I18nConversionCategory a, I18nConversionCategory b) Returns the intersection of the two given I18nConversionCategories.static I18nConversionCategoryI18nConversionCategory.stringToI18nConversionCategory(String string) Creates a conversion cagetogry from a string name.static I18nConversionCategoryI18nConversionCategory.union(I18nConversionCategory a, I18nConversionCategory b) Returns the union of the two given I18nConversionCategories.static I18nConversionCategoryReturns 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 I18nConversionCategoryI18nConversionCategory.intersect(I18nConversionCategory a, I18nConversionCategory b) Returns the intersection of the two given I18nConversionCategories.static booleanI18nConversionCategory.isSubsetOf(I18nConversionCategory a, I18nConversionCategory b) Return true if a is a subset of b.static I18nConversionCategoryI18nConversionCategory.union(I18nConversionCategory a, I18nConversionCategory b) Returns the union of the two given I18nConversionCategories.