com.sun.grid.installer.util
public static enum Util.SgeComponents extends java.lang.Enum<Util.SgeComponents>
Enum Constant and Description |
---|
admin |
bdb |
execd |
qmaster |
shadow |
submit |
Modifier and Type | Method and Description |
---|---|
static Util.SgeComponents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Util.SgeComponents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Util.SgeComponents bdb
public static final Util.SgeComponents qmaster
public static final Util.SgeComponents shadow
public static final Util.SgeComponents execd
public static final Util.SgeComponents admin
public static final Util.SgeComponents submit
public static Util.SgeComponents[] values()
for (Util.SgeComponents c : Util.SgeComponents.values()) System.out.println(c);
public static Util.SgeComponents valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null