Enum LoadService.RequireState

java.lang.Object
java.lang.Enum<LoadService.RequireState>
org.jruby.runtime.load.LoadService.RequireState
All Implemented Interfaces:
Serializable, Comparable<LoadService.RequireState>, java.lang.constant.Constable
Enclosing class:
LoadService

private static enum LoadService.RequireState extends Enum<LoadService.RequireState>
  • Enum Constant Details

  • Constructor Details

    • RequireState

      private RequireState()
  • Method Details

    • values

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

      public static LoadService.RequireState valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null