Package | Description |
---|---|
com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
Modifier and Type | Method and Description |
---|---|
static DownloadState |
DownloadState.forNumber(int value) |
DownloadState |
Download.state()
Returns the download state.
|
static DownloadState |
DownloadState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DownloadState |
DownloadState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DownloadState |
DownloadState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DownloadState[] |
DownloadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<DownloadState> |
DownloadState.internalGetValueMap() |