Uses of Class
org.apache.tika.parser.microsoft.OutlookExtractor.RECIPIENT_TYPE
-
Packages that use OutlookExtractor.RECIPIENT_TYPE Package Description org.apache.tika.parser.microsoft -
-
Uses of OutlookExtractor.RECIPIENT_TYPE in org.apache.tika.parser.microsoft
Methods in org.apache.tika.parser.microsoft that return OutlookExtractor.RECIPIENT_TYPE Modifier and Type Method Description static OutlookExtractor.RECIPIENT_TYPE
OutlookExtractor.RECIPIENT_TYPE. getTypeFromVal(int val)
static OutlookExtractor.RECIPIENT_TYPE
OutlookExtractor.RECIPIENT_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutlookExtractor.RECIPIENT_TYPE[]
OutlookExtractor.RECIPIENT_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-