Enum Class Limelight.LoadStatus

java.lang.Object
java.lang.Enum<Limelight.LoadStatus>
com.limelightvision.Limelight.LoadStatus
All Implemented Interfaces:
Serializable, Comparable<Limelight.LoadStatus>, Constable
Enclosing class:
Limelight

public static enum Limelight.LoadStatus extends Enum<Limelight.LoadStatus>
  • Enum Constant Details

    • OK

      public static final Limelight.LoadStatus OK
      Loaded and within the size cap.
    • NO_CONTENTS

      public static final Limelight.LoadStatus NO_CONTENTS
      No contents or no file name were given (null or empty).
    • READ_FAILED

      public static final Limelight.LoadStatus READ_FAILED
      The deploy-folder file could not be read.
    • TOO_LARGE

      public static final Limelight.LoadStatus TOO_LARGE
      The contents exceed the size cap.
  • Method Details

    • values

      public static Limelight.LoadStatus[] 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 Limelight.LoadStatus 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