Enum Class ProductType

java.lang.Object
java.lang.Enum<ProductType>
com.palantir.gradle.dist.ProductType
All Implemented Interfaces:
Serializable, Comparable<ProductType>, Constable

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

    • SERVICE_V1

      public static final ProductType SERVICE_V1
    • DAEMON_V1

      public static final ProductType DAEMON_V1
    • ASSET_V1

      public static final ProductType ASSET_V1
    • HELM_CHART_V1

      public static final ProductType HELM_CHART_V1
    • FOUNDRY_PRODUCT_V1

      public static final ProductType FOUNDRY_PRODUCT_V1
    • MODULE_V1

      public static final ProductType MODULE_V1
  • Method Details

    • values

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