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