Uses of Class
com.identityworksllc.iiq.common.IIQFeature
-
Packages that use IIQFeature Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of IIQFeature in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return IIQFeature Modifier and Type Method Description static IIQFeatureIIQFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static IIQFeature[]IIQFeature. 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 IIQFeature Modifier and Type Method Description booleanIIQVersion.Version. supportsFeature(IIQFeature feature)Returns true if this version of IIQ supports the given feature.
-