Uses of Class
org.cyclonedx.model.formulation.FormulationCommon.TaskType
-
Packages that use FormulationCommon.TaskType Package Description org.cyclonedx.model.formulation -
-
Uses of FormulationCommon.TaskType in org.cyclonedx.model.formulation
Fields in org.cyclonedx.model.formulation with type parameters of type FormulationCommon.TaskType Modifier and Type Field Description protected java.util.List<FormulationCommon.TaskType>FormulationCommon. taskTypesMethods in org.cyclonedx.model.formulation that return FormulationCommon.TaskType Modifier and Type Method Description static FormulationCommon.TaskTypeFormulationCommon.TaskType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FormulationCommon.TaskType[]FormulationCommon.TaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model.formulation that return types with arguments of type FormulationCommon.TaskType Modifier and Type Method Description java.util.List<FormulationCommon.TaskType>FormulationCommon. getTaskTypes()Method parameters in org.cyclonedx.model.formulation with type arguments of type FormulationCommon.TaskType Modifier and Type Method Description voidFormulationCommon. setTaskTypes(java.util.List<FormulationCommon.TaskType> taskTypes)
-