Uses of Enum Class
edu.isi.pegasus.planner.dax.Executable.OS
Packages that use Executable.OS
-
Uses of Executable.OS in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as Executable.OSModifier and TypeFieldDescriptionprotected Executable.OS
Executable.mOs
Os the executable is compiled forMethods in edu.isi.pegasus.planner.dax that return Executable.OSModifier and TypeMethodDescriptionExecutable.getOS()
Get the OS the Executable is compiled forstatic Executable.OS
Returns the enum constant of this class with the specified name.static Executable.OS[]
Executable.OS.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.isi.pegasus.planner.dax with parameters of type Executable.OSModifier and TypeMethodDescriptionExecutable.setOS
(Executable.OS os) Set the OS the executable is compiled for