Uses of Enum Class
com.teamdev.jxbrowser.download.DownloadState
Package
Description
This package provides the classes that allow you to manage downloads.
-
Uses of DownloadState in com.teamdev.jxbrowser.download
Modifier and TypeMethodDescriptionstatic DownloadState
DownloadState.forNumber
(int value) Download.state()
Returns the download state.static DownloadState
DownloadState.valueOf
(int value) Deprecated.static DownloadState
DownloadState.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DownloadState
Returns the enum constant of this class with the specified name.static DownloadState[]
DownloadState.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<DownloadState>
DownloadState.internalGetValueMap()