public static enum ISLocalPublisher.LocalProfileTopic extends Enum<ISLocalPublisher.LocalProfileTopic> implements GCUBETopic
ISLocalPublisher.LocalProfileTopic for profile events| Enum Constant and Description |
|---|
REGISTERED |
REMOVED |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static ISLocalPublisher.LocalProfileTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISLocalPublisher.LocalProfileTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISLocalPublisher.LocalProfileTopic REGISTERED
public static final ISLocalPublisher.LocalProfileTopic UPDATED
public static final ISLocalPublisher.LocalProfileTopic REMOVED
public static ISLocalPublisher.LocalProfileTopic[] values()
for (ISLocalPublisher.LocalProfileTopic c : ISLocalPublisher.LocalProfileTopic.values()) System.out.println(c);
public static ISLocalPublisher.LocalProfileTopic 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 © 2015. All Rights Reserved.