Uses of Class
step.licensing.conf.meta.StepVersion
-
Packages that use StepVersion Package Description step.licensing.conf.meta -
-
Uses of StepVersion in step.licensing.conf.meta
Fields in step.licensing.conf.meta declared as StepVersion Modifier and Type Field Description static StepVersion
StepVersion. LATEST
Methods in step.licensing.conf.meta that return StepVersion Modifier and Type Method Description static StepVersion
StepVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StepVersion[]
StepVersion. 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 StepVersion Modifier and Type Method Description static java.util.List<StepVersion>
StepVersion. getVersionsNewerThan(StepVersion selected)
Methods in step.licensing.conf.meta with parameters of type StepVersion Modifier and Type Method Description static java.util.List<LicensingResources.StepEnterprise>
StepVersion. getLicensesRequiringNewerVersion(StepVersion selected)
static java.util.List<StepVersion>
StepVersion. getVersionsNewerThan(StepVersion selected)
-