Uses of Enum
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.DataElementType
Packages that use DataElementType
Package
Description
-
Uses of DataElementType in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj declared as DataElementTypeConstructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type DataElementTypeModifierConstructorDescriptionDataElement(DataElementType type, DataElementData data) Initializes a new instance of the DataElement class. -
Uses of DataElementType in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic that return DataElementTypeModifier and TypeMethodDescriptionstatic DataElementTypeDataElementType.fromIntVal(int intVal) static DataElementTypeReturns the enum constant of this type with the specified name.static DataElementType[]DataElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.