public static enum SteamUGC.MatchingUGCType extends Enum<SteamUGC.MatchingUGCType>
| Enum Constant and Description |
|---|
All |
AllGuides |
Artwork |
Collections |
ControllerBindings |
GameManagedItems |
IntegratedGuides |
Items |
ItemsMtx |
ItemsReadyToUse |
Screenshots |
UsableInGame |
Videos |
WebGuides |
| Modifier and Type | Method and Description |
|---|---|
static SteamUGC.MatchingUGCType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamUGC.MatchingUGCType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamUGC.MatchingUGCType Items
public static final SteamUGC.MatchingUGCType ItemsMtx
public static final SteamUGC.MatchingUGCType ItemsReadyToUse
public static final SteamUGC.MatchingUGCType Collections
public static final SteamUGC.MatchingUGCType Artwork
public static final SteamUGC.MatchingUGCType Videos
public static final SteamUGC.MatchingUGCType Screenshots
public static final SteamUGC.MatchingUGCType AllGuides
public static final SteamUGC.MatchingUGCType WebGuides
public static final SteamUGC.MatchingUGCType IntegratedGuides
public static final SteamUGC.MatchingUGCType UsableInGame
public static final SteamUGC.MatchingUGCType ControllerBindings
public static final SteamUGC.MatchingUGCType GameManagedItems
public static final SteamUGC.MatchingUGCType All
public static SteamUGC.MatchingUGCType[] values()
for (SteamUGC.MatchingUGCType c : SteamUGC.MatchingUGCType.values()) System.out.println(c);
public static SteamUGC.MatchingUGCType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.