Class GetObjectProperty

    • Field Detail

      • m_Path

        protected String m_Path
        the property path to use for obtaining the object.
    • Constructor Detail

      • GetObjectProperty

        public GetObjectProperty()
    • Method Detail

      • setPath

        public void setPath​(String value)
        Sets the path of the object to obtain.
        Parameters:
        value - the path
      • getPath

        public String getPath()
        Returns the path of the object to obtain.
        Returns:
        the path
      • pathTipText

        public String pathTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        java.lang.Object.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the Class of the generated tokens
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message