Uses of Enum Class
com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Uses of DownloadInterruptReason in com.teamdev.jxbrowser.download.event
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DownloadInterruptReason>
DownloadInterruptReason.internalGetValueMap()