Uses of Class
edu.isi.pegasus.planner.dax.Profile.NAMESPACE
-
Packages that use Profile.NAMESPACE Package Description edu.isi.pegasus.planner.dax -
-
Uses of Profile.NAMESPACE in edu.isi.pegasus.planner.dax
Methods in edu.isi.pegasus.planner.dax that return Profile.NAMESPACE Modifier and Type Method 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.Methods in edu.isi.pegasus.planner.dax with parameters of type Profile.NAMESPACE Modifier and Type Method Description AbstractJob
AbstractJob. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)
Add a profile to the jobCatalogType
CatalogType. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)
Add a profile to the catalog entryPFN
PFN. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)
Constructors in edu.isi.pegasus.planner.dax with parameters of type Profile.NAMESPACE Constructor Description Profile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)
Create a new Profile object
-