Uses of Enum
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObjectTypeHeaderStart
Packages that use StreamObjectTypeHeaderStart
-
Uses of StreamObjectTypeHeaderStart in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj declared as StreamObjectTypeHeaderStartMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return StreamObjectTypeHeaderStartModifier and TypeMethodDescriptionstatic StreamObjectTypeHeaderStartStreamObjectTypeHeaderStart.fromIntVal(int intVal) static StreamObjectTypeHeaderStartReturns the enum constant of this type with the specified name.static StreamObjectTypeHeaderStart[]StreamObjectTypeHeaderStart.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return types with arguments of type StreamObjectTypeHeaderStartModifier and TypeMethodDescriptionstatic Set<StreamObjectTypeHeaderStart>StreamObject.getCompoundTypes()Gets the StreamObjectTypeHeaderStartstatic Map<StreamObjectTypeHeaderStart,Class> StreamObject.getStreamObjectTypeMapping()Gets the StreamObjectTypeMappingConstructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type StreamObjectTypeHeaderStartModifierConstructorDescriptionprotectedNodeObject(StreamObjectTypeHeaderStart headerType) Initializes a new instance of the NodeObject class.protectedStreamObject(StreamObjectTypeHeaderStart streamObjectType) Initializes a new instance of the StreamObject class.protectedStreamObjectHeaderStart(StreamObjectTypeHeaderStart streamObjectTypeHeaderStart) Initializes a new instance of the StreamObjectHeaderStart class with specified header type.Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type.StreamObjectHeaderStart16bit(StreamObjectTypeHeaderStart type, int length) Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type and length.StreamObjectHeaderStart32bit(StreamObjectTypeHeaderStart streamObjectTypeHeaderStart) Initializes a new instance of the StreamObjectHeaderStart32bit class with specified type.StreamObjectHeaderStart32bit(StreamObjectTypeHeaderStart type, int length) Initializes a new instance of the StreamObjectHeaderStart32bit class with specified type and length.