Class OutputVariables

    • Constructor Detail

      • OutputVariables

        public OutputVariables()
        Creates an Output property container with the specified name with a null value.
      • OutputVariables

        public OutputVariables​(Atom propertyAtom)
        Creates a Output property container with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
    • Method Detail

      • getOutputProps

        public OutputProps getOutputProps()
        Gets the output properties.
        Returns:
        The instance, or null if orphaned.
      • getVariable

        public OutputVariable getVariable​(java.lang.String ref)
        Gets the variable definition for a wrapped reference.
        Parameters:
        ref - The reference, e.g. "xml:/path" for XML or "json:/path" for JSON.
        Returns:
        The variable definition, or null if not found.