Uses of Class
gov.nist.secauto.oscal.lib.model.ProfileGroup
Packages that use ProfileGroup
- 
Uses of ProfileGroup in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ProfileGroupMethods in gov.nist.secauto.oscal.lib.model with parameters of type ProfileGroupModifier and TypeMethodDescriptionbooleanMerge.Custom.addGroup(ProfileGroup item) Add a newProfileGroupitem to the underlying collection.booleanProfileGroup.addGroup(ProfileGroup item) Add a newProfileGroupitem to the underlying collection.booleanMerge.Custom.removeGroup(ProfileGroup item) Remove the first matchingProfileGroupitem from the underlying collection.booleanProfileGroup.removeGroup(ProfileGroup item) Remove the first matchingProfileGroupitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ProfileGroupModifier and TypeMethodDescriptionvoidMerge.Custom.setGroups(List<ProfileGroup> value) voidProfileGroup.setGroups(List<ProfileGroup> value)