Uses of Class
com.orchestranetworks.addon.dpra.function.OutputDefinition
Package
Description
Provides classes and interfaces to create custom functions.
-
Uses of OutputDefinition in com.orchestranetworks.addon.dpra.function
Modifier and TypeMethodDescriptionstatic OutputDefinition
OutputDefinition.forBoolean
(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of boolean output.static OutputDefinition
OutputDefinition.forDateTime
(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of date time output.static OutputDefinition
OutputDefinition.forDecimal
(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of decimal output.static OutputDefinition
OutputDefinition.forInteger
(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of integer output.static OutputDefinition
OutputDefinition.forString
(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of string output.Modifier and TypeMethodDescriptionFunctionDefinition.getOutputDefinitions()
Returns the list of output definitions.Modifier and TypeMethodDescriptionfinal T
BaseFunctionDefinitionBuilder.withOutputs
(OutputDefinition... outputs) Sets the output definitions.