Uses of Class
org.cyclonedx.model.Component.Type
-
Packages that use Component.Type Package Description org.cyclonedx.model -
-
Uses of Component.Type in org.cyclonedx.model
Fields in org.cyclonedx.model declared as Component.Type Modifier and Type Field Description private Component.TypeComponent. typeMethods in org.cyclonedx.model that return Component.Type Modifier and Type Method Description Component.TypeComponent. getType()static Component.TypeComponent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Component.Type[]Component.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 Component.Type Modifier and Type Method Description voidComponent. setType(Component.Type type)
-