Uses of Record Class
org.openhab.core.thing.firmware.types.SemverVersion
Packages that use SemverVersion
-
Uses of SemverVersion in org.openhab.core.thing.firmware.types
Fields in org.openhab.core.thing.firmware.types declared as SemverVersionMethods in org.openhab.core.thing.firmware.types that return SemverVersionModifier and TypeMethodDescriptionstatic SemverVersionSemverVersion.fromString(String version) Creates a SemverVersion from a valid semver string, i.e.Methods in org.openhab.core.thing.firmware.types with parameters of type SemverVersionModifier and TypeMethodDescriptionbooleanSemverVersion.isEqualTo(SemverVersion other) Checks if this semver version is equal to the other semver version.booleanSemverVersion.isGreaterThan(SemverVersion other) Checks if this semver version is greater than the other semver version.booleanSemverVersion.isGreaterThanOrEqualTo(SemverVersion other) Checks if this semver version is greater than or equal to the other semver version.booleanSemverVersion.isLessThan(SemverVersion other) Checks if this semver version is less than the other semver version.booleanSemverVersion.isLessThanOrEqualTo(SemverVersion other) Checks if this semver version is less than or equal to the other semver version.