Class TransferMode.State
- java.lang.Object
-
- com.biglybt.core.speedmanager.impl.v2.TransferMode.State
-
- Enclosing class:
- TransferMode
static class TransferMode.State extends java.lang.Object
Java 1.4 enumeration. - Seeding mode or Downloading mode.
-
-
Field Summary
Fields Modifier and Type Field Description static TransferMode.State
DOWNLOAD_LIMIT_SEARCH
static TransferMode.State
DOWNLOADING
(package private) java.lang.String
mode
static TransferMode.State
SEEDING
static TransferMode.State
UPLOAD_LIMIT_SEARCH
-
Constructor Summary
Constructors Modifier Constructor Description private
State(java.lang.String _mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getString()
-
-
-
Field Detail
-
DOWNLOADING
public static final TransferMode.State DOWNLOADING
-
SEEDING
public static final TransferMode.State SEEDING
-
DOWNLOAD_LIMIT_SEARCH
public static final TransferMode.State DOWNLOAD_LIMIT_SEARCH
-
UPLOAD_LIMIT_SEARCH
public static final TransferMode.State UPLOAD_LIMIT_SEARCH
-
mode
final java.lang.String mode
-
-