Enum Class Hint

java.lang.Object
java.lang.Enum<Hint>
org.applecommander.hint.Hint
All Implemented Interfaces:
Serializable, Comparable<Hint>, Constable

public enum Hint extends Enum<Hint>
  • Enum Constant Details

    • NIBBLE_SECTOR_ORDER

      public static final Hint NIBBLE_SECTOR_ORDER
    • DOS_SECTOR_ORDER

      public static final Hint DOS_SECTOR_ORDER
    • PRODOS_BLOCK_ORDER

      public static final Hint PRODOS_BLOCK_ORDER
    • ORIGIN_SHRINKIT

      public static final Hint ORIGIN_SHRINKIT
    • UNIVERSAL_DISK_IMAGE

      public static final Hint UNIVERSAL_DISK_IMAGE
    • DISK_COPY_IMAGE

      public static final Hint DISK_COPY_IMAGE
  • Method Details

    • values

      public static Hint[] 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 Hint 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