Uses of Class
gov.nist.secauto.oscal.lib.model.OriginActor
Packages that use OriginActor
- 
Uses of OriginActor in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type OriginActorMethods in gov.nist.secauto.oscal.lib.model with parameters of type OriginActorModifier and TypeMethodDescriptionbooleanOrigin.addActor(OriginActor item) Add a newOriginActoritem to the underlying collection.booleanPoamItem.Origin.addActor(OriginActor item) Add a newOriginActoritem to the underlying collection.booleanOrigin.removeActor(OriginActor item) Remove the first matchingOriginActoritem from the underlying collection.booleanPoamItem.Origin.removeActor(OriginActor item) Remove the first matchingOriginActoritem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type OriginActorModifier and TypeMethodDescriptionvoidOrigin.setActors(List<OriginActor> value) voidPoamItem.Origin.setActors(List<OriginActor> value)