Uses of Class
com.identityworksllc.iiq.common.IIQVersion.Version
-
Packages that use IIQVersion.Version Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of IIQVersion.Version in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return IIQVersion.Version Modifier and Type Method Description static IIQVersion.VersionIIQVersion. current()Gets the current version of IIQIIQVersion.VersionIIQVersion.Version. getBaseVersion()Gets the base version (e.g., V8_1 for V8_1_P3)IIQVersion.VersionIIQVersion.Version. getPrevious()Gets the previous version in the chain, or null if this is the first versionstatic IIQVersion.VersionIIQVersion.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static IIQVersion.Version[]IIQVersion.Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.identityworksllc.iiq.common with parameters of type IIQVersion.Version Modifier and Type Method Description booleanIIQVersion.Version. atLeast(IIQVersion.Version otherVersion)Returns true if this version is at least the specified other version.
-