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