Package dev.metaschema.oscal.lib.model
Class ParameterGuideline
java.lang.Object
dev.metaschema.oscal.lib.model.ParameterGuideline
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Guideline",
description="A prose statement that provides a recommendation for the use of a parameter.",
name="parameter-guideline",
moduleClass=OscalControlCommonModule.class)
public class ParameterGuideline
extends Object
implements dev.metaschema.core.model.IBoundObject
A prose statement that provides a recommendation for the use of a parameter.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.oscal.lib.model.ParameterGuidelineinstance with no metadata.ParameterGuideline(dev.metaschema.core.model.IMetaschemaData data) Constructs a newdev.metaschema.oscal.lib.model.ParameterGuidelineinstance with the specified metadata. -
Method Summary
-
Constructor Details
-
ParameterGuideline
public ParameterGuideline()Constructs a newdev.metaschema.oscal.lib.model.ParameterGuidelineinstance with no metadata. -
ParameterGuideline
Constructs a newdev.metaschema.oscal.lib.model.ParameterGuidelineinstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
getProse
Get the "Guideline Text".Prose permits multiple paragraphs, lists, tables etc.
- Returns:
- the prose value
-
setProse
Set the "Guideline Text".Prose permits multiple paragraphs, lists, tables etc.
- Parameters:
value- the prose value to set
-
toString
-