Class OutputVariable


  • public class OutputVariable
    extends Object
    Metadata for an output variable of a kernel function.
    • Constructor Detail

      • OutputVariable

        public OutputVariable​(@Nullable
                              String description,
                              @Nullable
                              String type)
        Constructor.
        Parameters:
        description - The description of the output variable.
        type - The type of the output variable.
    • Method Detail

      • getDescription

        @Nullable
        public String getDescription()
        Get the description of the output variable.
        Returns:
        The description of the output variable.
      • getType

        public Class<?> getType()
        Get the type of the output variable.
        Returns:
        The type of the output variable.