java.lang.Object
com.orchestranetworks.addon.dpra.function.execution.result.FunctionValue

public abstract class FunctionValue extends Object
Contains the value of an OutputDefinition when a function is executed.

Values inside a FunctionResult are organized as one or many ValueSequences.

Since:
4.2.0
See Also:
  • Method Details

    • getOutputName

      public final String getOutputName()
      Returns the output name.
      See Also:
    • getDataType

      public final com.orchestranetworks.schema.SchemaTypeName getDataType()
      Returns the data type of this value.
      See Also:
    • format

      public abstract String format()
      Formats the value to string.