public static enum Collection.UserCollectionType extends Enum<Collection.UserCollectionType> implements EnumValue<Integer>
Enum Constant and Description |
---|
Contributor |
Follower |
Owner |
ViewInfoOnly |
Modifier and Type | Method and Description |
---|---|
Integer |
getValue() |
static Collection.UserCollectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collection.UserCollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Collection.UserCollectionType Owner
public static final Collection.UserCollectionType Follower
public static final Collection.UserCollectionType Contributor
public static final Collection.UserCollectionType ViewInfoOnly
public static Collection.UserCollectionType[] values()
for (Collection.UserCollectionType c : Collection.UserCollectionType.values()) System.out.println(c);
public static Collection.UserCollectionType 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 © 2014 Equilibrium. All rights reserved.