Enum Output.FilesSupplier

java.lang.Object
java.lang.Enum<Output.FilesSupplier>
org.immutables.generator.Output.FilesSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Output.Files>, Serializable, Comparable<Output.FilesSupplier>, java.lang.constant.Constable, Supplier<Output.Files>
Enclosing class:
Output

private static enum Output.FilesSupplier extends Enum<Output.FilesSupplier> implements com.google.common.base.Supplier<Output.Files>
  • Enum Constant Details

  • Constructor Details

    • FilesSupplier

      private FilesSupplier()
  • Method Details

    • values

      public static Output.FilesSupplier[] 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 Output.FilesSupplier 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
    • get

      public Output.Files get()
      Specified by:
      get in interface com.google.common.base.Supplier<Output.Files>
      Specified by:
      get in interface Supplier<Output.Files>