Enum IIQVersion.Version

  • All Implemented Interfaces:
    Serializable, Comparable<IIQVersion.Version>
    Enclosing class:
    IIQVersion

    public static enum IIQVersion.Version
    extends Enum<IIQVersion.Version>
    The supported versions of IIQ, along with the features they introduce and the minimum Java version they require.

    Each version points to its previous version, forming a chain back to the first supported version (7.3).

    A version supports a feature if it or any previous version in the chain supports and does not remove the feature.