Uses of Class
com.orchestranetworks.addon.dpra.function.OutputDefinition
Packages that use OutputDefinition
Package
Description
Provides classes and interfaces to create custom functions.
-
Uses of OutputDefinition in com.orchestranetworks.addon.dpra.function
Methods in com.orchestranetworks.addon.dpra.function that return OutputDefinitionModifier and TypeMethodDescriptionstatic OutputDefinitionOutputDefinition.forBoolean(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of boolean output.static OutputDefinitionOutputDefinition.forDateTime(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of date time output.static OutputDefinitionOutputDefinition.forDecimal(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of decimal output.static OutputDefinitionOutputDefinition.forInteger(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of integer output.static OutputDefinitionOutputDefinition.forString(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description) Creates an instance of string output.Methods in com.orchestranetworks.addon.dpra.function that return types with arguments of type OutputDefinitionModifier and TypeMethodDescriptionFunctionDefinition.getOutputDefinitions()Returns the list of output definitions.Methods in com.orchestranetworks.addon.dpra.function with parameters of type OutputDefinitionModifier and TypeMethodDescriptionfinal TBaseFunctionDefinitionBuilder.withOutputs(OutputDefinition... outputs) Sets the output definitions.