Package gov.nist.secauto.oscal.lib.model
Class MappedControlMatching
java.lang.Object
gov.nist.secauto.oscal.lib.model.MappedControlMatching
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Match Controls by Pattern",
description="Selecting a set of controls by matching their IDs with a wildcard pattern.",
name="matching",
moduleClass=OscalMappingCommonModule.class)
public class MappedControlMatching
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Selecting a set of controls by matching their IDs with a wildcard pattern.
-
Constructor Summary
ConstructorsConstructorDescriptionMappedControlMatching(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaDatavoidsetPattern(String value) toString()
-
Constructor Details
-
MappedControlMatching
public MappedControlMatching() -
MappedControlMatching
-
-
Method Details