Uses of Class
org.cyclonedx.model.ServiceData.Flow
-
Packages that use ServiceData.Flow Package Description org.cyclonedx.model -
-
Uses of ServiceData.Flow in org.cyclonedx.model
Fields in org.cyclonedx.model declared as ServiceData.Flow Modifier and Type Field Description private ServiceData.FlowServiceData. flowMethods in org.cyclonedx.model that return ServiceData.Flow Modifier and Type Method Description ServiceData.FlowServiceData. getFlow()static ServiceData.FlowServiceData.Flow. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceData.Flow[]ServiceData.Flow. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.cyclonedx.model with parameters of type ServiceData.Flow Constructor Description ServiceData(ServiceData.Flow flow, java.lang.String classification)
-