Enum Output.ServiceFilesSupplier

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

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

  • Constructor Details

    • ServiceFilesSupplier

      private ServiceFilesSupplier()
  • Method Details

    • values

      public static Output.ServiceFilesSupplier[] 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.ServiceFilesSupplier 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.ServiceFiles get()
      Specified by:
      get in interface com.google.common.base.Supplier<Output.ServiceFiles>
      Specified by:
      get in interface Supplier<Output.ServiceFiles>