public enum ActivityPeopleCollection extends Enum<ActivityPeopleCollection>
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionName() |
void |
setCollectionName(String collection) |
static ActivityPeopleCollection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityPeopleCollection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityPeopleCollection PLUSONERS
public static final ActivityPeopleCollection RESHAERS
public static ActivityPeopleCollection[] values()
for (ActivityPeopleCollection c : ActivityPeopleCollection.values()) System.out.println(c);
public static ActivityPeopleCollection 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 nullpublic String getCollectionName()
public void setCollectionName(String collection)
Copyright © 2014. All Rights Reserved.