Enum Class License.GatedFeature
- All Implemented Interfaces:
Serializable,Comparable<License.GatedFeature>,Constable
- Enclosing class:
License
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)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAllows the 'Circular Alignment' checkbox to be used when running an alignment on circular sequencesGeneious Luma integrationMulti-insertion point cloningEnable adding Upstream/Downstream bases (Spacers) to Inserts when cloning -
Method Summary
Modifier and TypeMethodDescriptionstatic License.GatedFeaturefromString(String featureText) Returns the License.GatedFeature enum constant corresponding to the given String.booleanCheck if this feature is enabled for the current license plan.voidShow an `Upgrade Required` message dialog with `Close` button.static License.GatedFeatureReturns the enum constant of this class with the specified name.static License.GatedFeature[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MultiInsertionPointCloning
Multi-insertion point cloning- Since:
- API 4.202600 (Geneious 2026.0.0)
-
Luma
Geneious Luma integration- Since:
- API 4.202600 (Geneious 2026.0.0)
-
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
Enable adding Upstream/Downstream bases (Spacers) to Inserts when cloning- Since:
- API 4.202610 (Geneious 2026.1.0)
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromString
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
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)
-