Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Method and Description |
---|---|
static Profile.NAMESPACE |
Profile.NAMESPACE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Profile.NAMESPACE[] |
Profile.NAMESPACE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbstractJob |
AbstractJob.addProfile(Profile.NAMESPACE namespace,
java.lang.String key,
java.lang.String value)
Add a profile to the job
|
CatalogType |
CatalogType.addProfile(Profile.NAMESPACE namespace,
java.lang.String key,
java.lang.String value)
Add a profile to the catalog entry
|
PFN |
PFN.addProfile(Profile.NAMESPACE namespace,
java.lang.String key,
java.lang.String value) |
Constructor and Description |
---|
Profile(Profile.NAMESPACE namespace,
java.lang.String key,
java.lang.String value) |