Uses of Class
com.orchestranetworks.addon.dpra.function.OutputDefinition
-
Packages that use OutputDefinition Package Description com.orchestranetworks.addon.dpra.function 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 OutputDefinition Modifier and Type Method Description static OutputDefinitionOutputDefinition. forBoolean(java.lang.String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description)Creates an instance of boolean output.static OutputDefinitionOutputDefinition. forDateTime(java.lang.String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description)Creates an instance of date time output.static OutputDefinitionOutputDefinition. forDecimal(java.lang.String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description)Creates an instance of decimal output.static OutputDefinitionOutputDefinition. forInteger(java.lang.String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description)Creates an instance of integer output.static OutputDefinitionOutputDefinition. forString(java.lang.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 OutputDefinition Modifier and Type Method Description java.util.List<OutputDefinition>FunctionDefinition. getOutputDefinitions()Returns the list of output definitions.Methods in com.orchestranetworks.addon.dpra.function with parameters of type OutputDefinition Modifier and Type Method Description TBaseFunctionDefinitionBuilder. withOutputs(OutputDefinition... outputs)Sets the output definitions.
-