Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.DataElementType
-
Packages that use DataElementType Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic -
-
Uses of DataElementType in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj declared as DataElementType Modifier and Type Field Description DataElementTypeDataElement. dataElementTypeConstructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type DataElementType Constructor Description DataElement(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 DataElementType Modifier and Type Method Description static DataElementTypeDataElementType. fromIntVal(int intVal)static DataElementTypeDataElementType. valueOf(String name)Returns 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.
-