Uses of Class
org.cyclonedx.model.formulation.workspace.Volume.Mode
-
Packages that use Volume.Mode Package Description org.cyclonedx.model.formulation.workspace -
-
Uses of Volume.Mode in org.cyclonedx.model.formulation.workspace
Fields in org.cyclonedx.model.formulation.workspace declared as Volume.Mode Modifier and Type Field Description private Volume.ModeVolume. modeMethods in org.cyclonedx.model.formulation.workspace that return Volume.Mode Modifier and Type Method Description Volume.ModeVolume. getMode()static Volume.ModeVolume.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Volume.Mode[]Volume.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model.formulation.workspace with parameters of type Volume.Mode Modifier and Type Method Description voidVolume. setMode(Volume.Mode mode)
-