Uses of Class
com.biomatters.geneious.publicapi.plugin.License.GatedFeature
-
Packages that use License.GatedFeature Package Description com.biomatters.geneious.publicapi.plugin Provides theGeneiousPlugininterface and plugin related interfaces. -
-
Uses of License.GatedFeature in com.biomatters.geneious.publicapi.plugin
Methods in com.biomatters.geneious.publicapi.plugin that return License.GatedFeature Modifier and Type Method Description static License.GatedFeatureLicense.GatedFeature. fromString(java.lang.String featureText)Returns the License.GatedFeature enum constant corresponding to the given String.static License.GatedFeatureLicense.GatedFeature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static License.GatedFeature[]License.GatedFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-