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