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.NAMESPACEProfile.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 AbstractJobAbstractJob. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)Add a profile to the jobCatalogTypeCatalogType. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)Add a profile to the catalog entryPFNPFN. 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)
-