Interface UserDataProperty


public interface UserDataProperty

UserDataProperty interface.

Since:
1.0.16
Author:
Logicommerce
  • Method Details

    • getConnectorType

      ConnectorType getConnectorType()

      getConnectorType.

      Returns:
      a ConnectorType object
    • getName

      String getName()

      getName.

      Returns:
      a String object
    • getValue

      String getValue()

      getValue.

      Returns:
      a String object
    • setValue

      void setValue(String value)

      setValue.

      Parameters:
      value - a String object