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