public static enum Profiles.NAMESPACES extends Enum<Profiles.NAMESPACES>
Enum Constant and Description |
---|
condor |
dagman |
env |
globus |
hints |
pegasus |
selector |
stat |
Modifier and Type | Method and Description |
---|---|
static Profiles.NAMESPACES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Profiles.NAMESPACES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Profiles.NAMESPACES env
public static final Profiles.NAMESPACES globus
public static final Profiles.NAMESPACES condor
public static final Profiles.NAMESPACES dagman
public static final Profiles.NAMESPACES pegasus
public static final Profiles.NAMESPACES hints
public static final Profiles.NAMESPACES selector
public static final Profiles.NAMESPACES stat
public static Profiles.NAMESPACES[] values()
for (Profiles.NAMESPACES c : Profiles.NAMESPACES.values()) System.out.println(c);
public static Profiles.NAMESPACES 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 null