Enum Class CoreFlowableProduct

java.lang.Object
java.lang.Enum<CoreFlowableProduct>
com.flowable.core.service.license.CoreFlowableProduct
All Implemented Interfaces:
com.flowable.license.FlowableProduct, Serializable, Comparable<CoreFlowableProduct>, Constable

public enum CoreFlowableProduct extends Enum<CoreFlowableProduct> implements com.flowable.license.FlowableProduct
Author:
Filip Hrisafov
  • Enum Constant Details

  • Method Details

    • values

      public static CoreFlowableProduct[] 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 CoreFlowableProduct 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
    • getProductName

      public String getProductName()
      Specified by:
      getProductName in interface com.flowable.license.FlowableProduct
    • getProductVersion

      public String getProductVersion()
      Specified by:
      getProductVersion in interface com.flowable.license.FlowableProduct