Interface LinkSource

    • Method Detail

      • getType

        int getType()
        Returns type of the source (INPUT, OUTPUT, FORWARD, PORT or MACRO).
        Returns:
        int
      • getValue

        String getValue()
        Returns link target.
        Returns:
        java.lang.String
      • setValue

        void setValue​(String value)
        Sets (value of )the link target.
        Parameters:
        value - value
      • setValueSilently

        void setValueSilently​(String value)
        Sets (value of )the link target.
        Parameters:
        value - value
      • getFullName

        String getFullName()
        Returns fill name of the source.
        Returns:
        java.lang.String