Class AllowedValueCollectingNodeItemVisitor.AllowedValuesRecord

java.lang.Object
gov.nist.secauto.oscal.lib.model.util.AllowedValueCollectingNodeItemVisitor.AllowedValuesRecord
Enclosing class:
AllowedValueCollectingNodeItemVisitor

  • Constructor Summary

    Constructors
    Constructor
    Description
    AllowedValuesRecord(gov.nist.secauto.metaschema.core.model.constraint.IAllowedValuesConstraint allowedValues, gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?> location, gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?> target)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    gov.nist.secauto.metaschema.core.model.constraint.IAllowedValuesConstraint
     
    gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?>
     
    gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AllowedValuesRecord

      public AllowedValuesRecord(@NonNull gov.nist.secauto.metaschema.core.model.constraint.IAllowedValuesConstraint allowedValues, @NonNull gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?> location, @NonNull gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?> target)
  • Method Details

    • getAllowedValues

      @NonNull public gov.nist.secauto.metaschema.core.model.constraint.IAllowedValuesConstraint getAllowedValues()
    • getLocation

      @NonNull public gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?> getLocation()
    • getTarget

      @NonNull public gov.nist.secauto.metaschema.core.metapath.item.node.IDefinitionNodeItem<?,?> getTarget()