Uses of Class
org.apache.poi.util.GenericRecordUtil.AnnotatedFlag
-
Packages that use GenericRecordUtil.AnnotatedFlag Package Description org.apache.poi.util Top-level util package are classes that are useful throughout the project. -
-
Uses of GenericRecordUtil.AnnotatedFlag in org.apache.poi.util
Methods in org.apache.poi.util that return types with arguments of type GenericRecordUtil.AnnotatedFlag Modifier and Type Method Description static Supplier<GenericRecordUtil.AnnotatedFlag>
GenericRecordUtil. getBitsAsString(Supplier<Number> flags, int[] masks, String[] names)
static Supplier<GenericRecordUtil.AnnotatedFlag>
GenericRecordUtil. getBitsAsString(Supplier<Number> flags, BitField[] masks, String[] names)
static Supplier<GenericRecordUtil.AnnotatedFlag>
GenericRecordUtil. getEnumBitsAsString(Supplier<Number> flags, int[] masks, String[] names)
-