Class JSONEncodedInput

    • Constructor Detail

      • JSONEncodedInput

        public JSONEncodedInput()
        Creates the property container without a name.
      • JSONEncodedInput

        public JSONEncodedInput​(Atom propertyAtom)
        Creates the property container.
        Parameters:
        propertyAtom - the name of the component, unique within it's parent.
    • Method Detail

      • getInput

        public RESTfulInputProps getInput()
        Gets the RESTful input properties.
        Returns:
        The properties for REST input.
      • getWebServiceProp

        public WebServiceProp getWebServiceProp()
        Gets the Web Service property.
        Returns:
        The Web Service property, or null if not attached to it.
      • getVirtualSpace

        public VirtualSpace getVirtualSpace()
        Gets the VirtualSpace.
        Returns:
        The VirtualSpace connected the the variable input, or null for none.