public static enum GCUBEServiceContext.Status.Type extends Enum<GCUBEServiceContext.Status.Type>
| Modifier and Type | Method and Description |
|---|---|
static GCUBEServiceContext.Status.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEServiceContext.Status.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCUBEServiceContext.Status.Type START
public static final GCUBEServiceContext.Status.Type PSEUDO
public static final GCUBEServiceContext.Status.Type PRIVATE
public static final GCUBEServiceContext.Status.Type PUBLIC
public static GCUBEServiceContext.Status.Type[] values()
for (GCUBEServiceContext.Status.Type c : GCUBEServiceContext.Status.Type.values()) System.out.println(c);
public static GCUBEServiceContext.Status.Type 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.