Uses of Class
org.cyclonedx.model.formulation.common.OutputType.OutputTypeEnum
-
Packages that use OutputType.OutputTypeEnum Package Description org.cyclonedx.model.formulation.common -
-
Uses of OutputType.OutputTypeEnum in org.cyclonedx.model.formulation.common
Fields in org.cyclonedx.model.formulation.common declared as OutputType.OutputTypeEnum Modifier and Type Field Description private OutputType.OutputTypeEnumOutputType. typeMethods in org.cyclonedx.model.formulation.common that return OutputType.OutputTypeEnum Modifier and Type Method Description OutputType.OutputTypeEnumOutputType. getType()static OutputType.OutputTypeEnumOutputType.OutputTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OutputType.OutputTypeEnum[]OutputType.OutputTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model.formulation.common with parameters of type OutputType.OutputTypeEnum Modifier and Type Method Description voidOutputType. setType(OutputType.OutputTypeEnum type)
-