Class GetProperty

    • Field Detail

      • m_Property

        protected String m_Property
        the property path.
    • Constructor Detail

      • GetProperty

        public GetProperty()
    • Method Detail

      • setProperty

        public void setProperty​(String value)
        Sets the property to retrieve the current value.
        Parameters:
        value - the property
      • getProperty

        public String getProperty()
        Returns the property to retrieve the current value.
        Returns:
        the property
      • propertyTipText

        public String propertyTipText()
        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:
        adams.flow.core.Unknown.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        adams.flow.core.Unknown.class
      • doExecute

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