public enum EWorkshopEnumerationType extends java.lang.Enum<EWorkshopEnumerationType>
| Enum Constant and Description |
|---|
ContentByFriends |
FavoriteOfFriends |
RankedByVote |
Recent |
RecentFromFollowedUsers |
Trending |
VotedByFriends |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EWorkshopEnumerationType |
from(int code) |
static EWorkshopEnumerationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EWorkshopEnumerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWorkshopEnumerationType RankedByVote
public static final EWorkshopEnumerationType Recent
public static final EWorkshopEnumerationType Trending
public static final EWorkshopEnumerationType FavoriteOfFriends
public static final EWorkshopEnumerationType VotedByFriends
public static final EWorkshopEnumerationType ContentByFriends
public static final EWorkshopEnumerationType RecentFromFollowedUsers
public static EWorkshopEnumerationType[] values()
for (EWorkshopEnumerationType c : EWorkshopEnumerationType.values()) System.out.println(c);
public static EWorkshopEnumerationType 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 EWorkshopEnumerationType from(int code)