Package gov.nist.secauto.oscal.lib.model
Class Task.Dependency
java.lang.Object
gov.nist.secauto.oscal.lib.model.Task.Dependency
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- Task
@MetaschemaAssembly(formalName="Task Dependency",
description="Used to indicate that a task is dependent on another task.",
name="dependency",
moduleClass=OscalAssessmentCommonModule.class)
public static class Task.Dependency
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Used to indicate that a task is dependent on another task.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaData
gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline
void
setRemarks
(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value) void
setTaskUuid
(UUID value) toString()
-
Constructor Details
-
Dependency
public Dependency() -
Dependency
-
-
Method Details