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 TypeMethodDescriptionboolean
Origin.addActor
(OriginActor item) Add a newOriginActor
item to the underlying collection.boolean
PoamItem.Origin.addActor
(OriginActor item) Add a newOriginActor
item to the underlying collection.boolean
Origin.removeActor
(OriginActor item) Remove the first matchingOriginActor
item from the underlying collection.boolean
PoamItem.Origin.removeActor
(OriginActor item) Remove the first matchingOriginActor
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type OriginActorModifier and TypeMethodDescriptionvoid
Origin.setActors
(List<OriginActor> value) void
PoamItem.Origin.setActors
(List<OriginActor> value)