Uses of Enum Class
com.cloudforgeci.api.core.rules.ComplianceMatrix.RequirementLevel
Packages that use ComplianceMatrix.RequirementLevel
-
Uses of ComplianceMatrix.RequirementLevel in com.cloudforgeci.api.core.rules
Methods in com.cloudforgeci.api.core.rules that return ComplianceMatrix.RequirementLevelModifier and TypeMethodDescriptionComplianceMatrix.SecurityControl.getRequirementLevel(String framework) ComplianceMatrix.FrameworkRequirement.level()Returns the value of thelevelrecord component.Returns the enum constant of this class with the specified name.static ComplianceMatrix.RequirementLevel[]ComplianceMatrix.RequirementLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cloudforgeci.api.core.rules with parameters of type ComplianceMatrix.RequirementLevelModifierConstructorDescriptionFrameworkRequirement(String citation, ComplianceMatrix.RequirementLevel level) Creates an instance of aFrameworkRequirementrecord class.