Package dev.metaschema.oscal.lib.model
Class IncludeAll
java.lang.Object
dev.metaschema.oscal.lib.model.IncludeAll
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Include All",
description="Include all controls from the imported catalog or profile resources.",
name="include-all",
moduleClass=OscalControlCommonModule.class,
remarks="This element provides an alternative to calling controls individually from a catalog.")
public class IncludeAll
extends Object
implements dev.metaschema.core.model.IBoundObject
Include all controls from the imported catalog or profile resources.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.oscal.lib.model.IncludeAllinstance with no metadata.IncludeAll(dev.metaschema.core.model.IMetaschemaData data) Constructs a newdev.metaschema.oscal.lib.model.IncludeAllinstance with the specified metadata. -
Method Summary
-
Constructor Details
-
IncludeAll
public IncludeAll()Constructs a newdev.metaschema.oscal.lib.model.IncludeAllinstance with no metadata. -
IncludeAll
Constructs a newdev.metaschema.oscal.lib.model.IncludeAllinstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details