Enum Class License.GatedFeature

java.lang.Object
java.lang.Enum<License.GatedFeature>
com.biomatters.geneious.publicapi.plugin.License.GatedFeature
All Implemented Interfaces:
Serializable, Comparable<License.GatedFeature>, Constable
Enclosing class:
License

public static enum License.GatedFeature extends Enum<License.GatedFeature>
A “gated” feature is a feature that requires a certain plan code (e.g. Enterprise or Enterprise+) to function
Since:
API 4.202600 (Geneious 2026.0.0)
  • Enum Constant Details

    • MultiInsertionPointCloning

      public static final License.GatedFeature MultiInsertionPointCloning
      Multi-insertion point cloning
      Since:
      API 4.202600 (Geneious 2026.0.0)
    • Luma

      public static final License.GatedFeature Luma
      Geneious Luma integration
      Since:
      API 4.202600 (Geneious 2026.0.0)
    • CircularAlignment

      public static final License.GatedFeature CircularAlignment
      Allows the 'Circular Alignment' checkbox to be used when running an alignment on circular sequences
      Since:
      API 4.202610 (Geneious 2026.1.0)
    • Spacers

      public static final License.GatedFeature Spacers
      Enable adding Upstream/Downstream bases (Spacers) to Inserts when cloning
      Since:
      API 4.202610 (Geneious 2026.1.0)
  • Method Details

    • values

      public static License.GatedFeature[] 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 License.GatedFeature 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
    • fromString

      public static License.GatedFeature fromString(String featureText)
      Returns the License.GatedFeature enum constant corresponding to the given String.
      Parameters:
      featureText - case-sensitive string representation (by default, the enum constant name, e.g. "Luma")
      Returns:
      the corresponding enum constant, or null if no match is found
      Since:
      API 4.202600 (Geneious 2026.0.0)
    • isEnabled

      @MustReturnPromptly public boolean isEnabled()
      Check if this feature is enabled for the current license plan.
      Returns:
      if this feature is enabled for the current license plan
      Since:
      API 4.202600 (Geneious 2026.0.0)
    • showLicenseUpgradeRequiredDialog

      public void showLicenseUpgradeRequiredDialog()

      Show an `Upgrade Required` message dialog with `Close` button.

      Since:
      API 4.202600 (Geneious 2026.0.0)