Uses of Enum Class
com.teamdev.jxbrowser.download.event.DownloadInterruptReason
Packages that use DownloadInterruptReason
-
Uses of DownloadInterruptReason in com.teamdev.jxbrowser.download.event
Methods in com.teamdev.jxbrowser.download.event that return DownloadInterruptReasonModifier and TypeMethodDescriptionstatic DownloadInterruptReason
DownloadInterruptReason.forNumber
(int value) default DownloadInterruptReason
DownloadInterrupted.reason()
Returns the interrupt reason of this download.static DownloadInterruptReason
DownloadInterruptReason.valueOf
(int value) Deprecated.static DownloadInterruptReason
DownloadInterruptReason.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DownloadInterruptReason
Returns the enum constant of this class with the specified name.static DownloadInterruptReason[]
DownloadInterruptReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.download.event that return types with arguments of type DownloadInterruptReasonModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DownloadInterruptReason>
DownloadInterruptReason.internalGetValueMap()