Uses of Enum
gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Position
Packages that use AddVisitor.Position
- 
Uses of AddVisitor.Position in gov.nist.secauto.oscal.lib.profile.resolver.alter
Methods in gov.nist.secauto.oscal.lib.profile.resolver.alter that return AddVisitor.PositionModifier and TypeMethodDescriptionstatic AddVisitor.PositionGet the position associated with the providedname.static AddVisitor.PositionReturns the enum constant of this type with the specified name.static AddVisitor.Position[]AddVisitor.Position.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nist.secauto.oscal.lib.profile.resolver.alter with parameters of type AddVisitor.PositionModifier and TypeMethodDescriptionstatic booleanAddVisitor.add(Control control, AddVisitor.Position position, String byId, gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine title, List<Parameter> params, List<Property> props, List<Link> links, List<ControlPart> parts) Apply the add directive.