public enum EServerType extends java.lang.Enum<EServerType>
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EServerType |
from(int code) |
static EServerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EServerType Util
public static final EServerType Client
public static final EServerType CServer
public static final EServerType CEconBase
public static final EServerType Invalid
public static final EServerType First
public static final EServerType Shell
public static final EServerType GM
public static final EServerType AM
public static final EServerType BS
public static final EServerType VS
public static final EServerType ATS
public static final EServerType CM
public static final EServerType FBS
public static final EServerType BoxMonitor
public static final EServerType SS
public static final EServerType DRMS
public static final EServerType Console
public static final EServerType PICS
public static final EServerType ContentStats
public static final EServerType DP
public static final EServerType WG
public static final EServerType SM
public static final EServerType SLC
public static final EServerType UFS
public static final EServerType Community
public static final EServerType AppInformation
public static final EServerType Spare
public static final EServerType FTS
public static final EServerType SiteLicense
public static final EServerType PS
public static final EServerType IS
public static final EServerType CCS
public static final EServerType DFS
public static final EServerType LBS
public static final EServerType MDS
public static final EServerType CS
public static final EServerType GC
public static final EServerType NS
public static final EServerType OGS
public static final EServerType WebAPI
public static final EServerType UDS
public static final EServerType MMS
public static final EServerType GMS
public static final EServerType KGS
public static final EServerType UCM
public static final EServerType RM
public static final EServerType FS
public static final EServerType Econ
public static final EServerType Backpack
public static final EServerType UGS
public static final EServerType StoreFeature
public static final EServerType MoneyStats
public static final EServerType CRE
public static final EServerType UMQ
public static final EServerType Workshop
public static final EServerType BRP
public static final EServerType GCH
public static final EServerType MPAS
public static final EServerType Trade
public static final EServerType Secrets
public static final EServerType Logsink
public static final EServerType Market
public static final EServerType Quest
public static final EServerType WDS
public static final EServerType ACS
public static final EServerType PNP
public static final EServerType TaxForm
public static final EServerType ExternalMonitor
public static final EServerType Parental
public static final EServerType PartnerUpload
public static final EServerType Partner
public static final EServerType ES
public static final EServerType DepotWebContent
public static final EServerType ExternalConfig
public static final EServerType GameNotifications
public static final EServerType MarketRepl
public static final EServerType MarketSearch
public static final EServerType Localization
public static final EServerType Steam2Emulator
public static final EServerType PublicTest
public static final EServerType SolrMgr
public static final EServerType BroadcastRelay
public static final EServerType BroadcastDirectory
public static final EServerType VideoManager
public static final EServerType TradeOffer
public static final EServerType BroadcastChat
public static final EServerType Phone
public static final EServerType AccountScore
public static final EServerType Support
public static final EServerType LogRequest
public static final EServerType LogWorker
public static final EServerType EmailDelivery
public static final EServerType InventoryManagement
public static final EServerType Auth
public static final EServerType StoreCatalog
public static final EServerType HLTVRelay
public static final EServerType IDLS
public static final EServerType Perf
public static final EServerType ItemInventory
public static final EServerType Watchdog
public static final EServerType AccountHistory
public static final EServerType Chat
public static final EServerType Shader
public static final EServerType AccountHardware
public static final EServerType WebRTC
public static final EServerType Giveaway
public static final EServerType ChatRoom
public static final EServerType VoiceChat
public static final EServerType QMS
public static final EServerType Trust
public static final EServerType TimeMachine
public static final EServerType VACDBMaster
public static final EServerType ContentServerConfig
public static final EServerType Minigame
public static final EServerType MLTrain
public static final EServerType VACTest
public static final EServerType TaxService
public static final EServerType MLInference
public static final EServerType UGSAggregate
public static final EServerType TURN
public static final EServerType RemoteClient
public static final EServerType BroadcastOrigin
public static final EServerType BroadcastChannel
public static final EServerType SteamAR
public static final EServerType China
public static final EServerType CrashDump
public static EServerType[] values()
for (EServerType c : EServerType.values()) System.out.println(c);
public static EServerType 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 EServerType from(int code)