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