public enum EContentDownloadSourceType extends java.lang.Enum<EContentDownloadSourceType>
| Enum Constant and Description |
|---|
CDN |
CS |
Invalid |
LANCache |
LANPeer |
LCS |
OpenCache |
ProxyCache |
SLS |
SteamCache |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EContentDownloadSourceType |
from(int code) |
static EContentDownloadSourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EContentDownloadSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EContentDownloadSourceType Invalid
public static final EContentDownloadSourceType CS
public static final EContentDownloadSourceType CDN
public static final EContentDownloadSourceType LCS
public static final EContentDownloadSourceType ProxyCache
public static final EContentDownloadSourceType LANPeer
public static final EContentDownloadSourceType SLS
public static final EContentDownloadSourceType SteamCache
public static final EContentDownloadSourceType OpenCache
public static final EContentDownloadSourceType LANCache
public static EContentDownloadSourceType[] values()
for (EContentDownloadSourceType c : EContentDownloadSourceType.values()) System.out.println(c);
public static EContentDownloadSourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int code()
public static EContentDownloadSourceType from(int code)