Enum Class File.LINK

java.lang.Object
java.lang.Enum<File.LINK>
edu.isi.pegasus.planner.dax.File.LINK
All Implemented Interfaces:
Serializable, Comparable<File.LINK>, Constable
Enclosing class:
File

public static enum File.LINK extends Enum<File.LINK>
The linkages that a file can be of
  • Enum Constant Details

    • INPUT

      public static final File.LINK INPUT
    • input

      public static final File.LINK input
    • OUTPUT

      public static final File.LINK OUTPUT
    • output

      public static final File.LINK output
    • INOUT

      public static final File.LINK INOUT
    • inout

      public static final File.LINK inout
    • CHECKPOINT

      public static final File.LINK CHECKPOINT
    • checkpoint

      public static final File.LINK checkpoint
  • Constructor Details

    • LINK

      private LINK()
  • Method Details

    • values

      public static File.LINK[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static File.LINK valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null