Uses of Class
org.cyclonedx.model.component.modelCard.ModelParameters.Approach.ApproachType
-
Packages that use ModelParameters.Approach.ApproachType Package Description org.cyclonedx.model.component.modelCard -
-
Uses of ModelParameters.Approach.ApproachType in org.cyclonedx.model.component.modelCard
Fields in org.cyclonedx.model.component.modelCard declared as ModelParameters.Approach.ApproachType Modifier and Type Field Description private ModelParameters.Approach.ApproachTypeModelParameters.Approach. typeMethods in org.cyclonedx.model.component.modelCard that return ModelParameters.Approach.ApproachType Modifier and Type Method Description ModelParameters.Approach.ApproachTypeModelParameters.Approach. getType()static ModelParameters.Approach.ApproachTypeModelParameters.Approach.ApproachType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModelParameters.Approach.ApproachType[]ModelParameters.Approach.ApproachType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model.component.modelCard with parameters of type ModelParameters.Approach.ApproachType Modifier and Type Method Description voidModelParameters.Approach. setType(ModelParameters.Approach.ApproachType type)
-