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