Uses of Class
org.cyclonedx.model.component.modelCard.InputOutputParameter
-
Packages that use InputOutputParameter Package Description org.cyclonedx.model.component.modelCard -
-
Uses of InputOutputParameter in org.cyclonedx.model.component.modelCard
Fields in org.cyclonedx.model.component.modelCard with type parameters of type InputOutputParameter Modifier and Type Field Description private java.util.List<InputOutputParameter>ModelParameters. inputsprivate java.util.List<InputOutputParameter>ModelParameters. outputsMethods in org.cyclonedx.model.component.modelCard that return types with arguments of type InputOutputParameter Modifier and Type Method Description java.util.List<InputOutputParameter>ModelParameters. getInputs()java.util.List<InputOutputParameter>ModelParameters. getOutputs()Method parameters in org.cyclonedx.model.component.modelCard with type arguments of type InputOutputParameter Modifier and Type Method Description voidModelParameters. setInputs(java.util.List<InputOutputParameter> inputs)voidModelParameters. setOutputs(java.util.List<InputOutputParameter> outputs)
-