Package gov.nist.secauto.oscal.lib.model
Class ImplementationStatus
java.lang.Object
gov.nist.secauto.oscal.lib.model.ImplementationStatus
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Implementation Status",
description="Indicates the degree to which the a given control is implemented.",
name="implementation-status",
moduleClass=OscalImplementationCommonModule.class)
public class ImplementationStatus
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Indicates the degree to which the a given control is implemented.
-
Constructor Summary
ConstructorDescriptionImplementationStatus
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaData
gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline
getState()
void
setRemarks
(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value) void
toString()
-
Constructor Details
-
ImplementationStatus
public ImplementationStatus() -
ImplementationStatus
-
-
Method Details