Enum EditionType

java.lang.Object
java.lang.Enum<EditionType>
com.aceql.jdbc.commons.EditionType
All Implemented Interfaces:
Serializable, Comparable<EditionType>, java.lang.constant.Constable

public enum EditionType
extends Enum<EditionType>
Defines the AceQL Client JDBC Driver Edition: Community of Professional.
Since:
6.0
Author:
Nicolas de Pomereu
  • Enum Constant Details

    • Community

      public static final EditionType Community
      Community Edition. Open source license (Free software).
    • Professional

      public static final EditionType Professional
      Professional Edition. Requires a commercial license. See www.aceql.com.
  • Method Details

    • values

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