Uses of Class
step.licensing.conf.meta.StepLicenseConfigurationVersion
-
Packages that use StepLicenseConfigurationVersion Package Description step.licensing.conf.meta -
-
Uses of StepLicenseConfigurationVersion in step.licensing.conf.meta
Fields in step.licensing.conf.meta declared as StepLicenseConfigurationVersion Modifier and Type Field Description StepLicenseConfigurationVersion
StepVersion. configurationVersion
static StepLicenseConfigurationVersion
StepLicenseConfigurationVersion. LATEST
Methods in step.licensing.conf.meta that return StepLicenseConfigurationVersion Modifier and Type Method Description static StepLicenseConfigurationVersion
StepLicenseConfigurationVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StepLicenseConfigurationVersion[]
StepLicenseConfigurationVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in step.licensing.conf.meta that return types with arguments of type StepLicenseConfigurationVersion Modifier and Type Method Description static java.util.List<StepLicenseConfigurationVersion>
StepLicenseConfigurationVersion. getVersionsLargerThan(int version)
-