public static enum GCUBEScope.Type extends Enum<GCUBEScope.Type> implements Comparable<GCUBEScope.Type>
| Enum Constant and Description |
|---|
INFRASTRUCTURE |
VO |
VRE |
| Modifier and Type | Method and Description |
|---|---|
static GCUBEScope.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEScope.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompareTopublic static final GCUBEScope.Type VRE
public static final GCUBEScope.Type VO
public static final GCUBEScope.Type INFRASTRUCTURE
public static GCUBEScope.Type[] values()
for (GCUBEScope.Type c : GCUBEScope.Type.values()) System.out.println(c);
public static GCUBEScope.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.