Class FunctionValue

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.String format()
      Formats the value to string.
      com.orchestranetworks.schema.SchemaTypeName getDataType()
      Returns the data type of this value.
      java.lang.String getOutputName()
      Returns the output name.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDataType

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

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