public static enum SteamFriends.OverlayToStoreFlag extends Enum<SteamFriends.OverlayToStoreFlag>
| Enum Constant and Description |
|---|
AddToCart |
AddToCartAndShow |
None |
| Modifier and Type | Method and Description |
|---|---|
static SteamFriends.OverlayToStoreFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamFriends.OverlayToStoreFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamFriends.OverlayToStoreFlag None
public static final SteamFriends.OverlayToStoreFlag AddToCart
public static final SteamFriends.OverlayToStoreFlag AddToCartAndShow
public static SteamFriends.OverlayToStoreFlag[] values()
for (SteamFriends.OverlayToStoreFlag c : SteamFriends.OverlayToStoreFlag.values()) System.out.println(c);
public static SteamFriends.OverlayToStoreFlag 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.