Uses of Class
edu.isi.pegasus.planner.dax.Executable.OS
-
Packages that use Executable.OS Package Description edu.isi.pegasus.planner.dax -
-
Uses of Executable.OS in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as Executable.OS Modifier and Type Field Description protected Executable.OS
Executable. mOs
Os the executable is compiled forMethods in edu.isi.pegasus.planner.dax that return Executable.OS Modifier and Type Method Description Executable.OS
Executable. getOS()
Get the OS the Executable is compiled forstatic Executable.OS
Executable.OS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Executable.OS[]
Executable.OS. 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 Executable.OS Modifier and Type Method Description Executable
Executable. setOS(Executable.OS os)
Set the OS the executable is compiled for
-