Class CockpitControlDataSource

java.lang.Object
com.uc4.api.objects.CockpitControlDataSource

public class CockpitControlDataSource extends Object
Represents the data source of a CockpitControl object.
  • Constructor Details

    • CockpitControlDataSource

      public CockpitControlDataSource()
      Creates a CockpitControlDataSource object.
  • Method Details

    • getVariableName

      public String getVariableName()
      Returns the name of data source variable.
      Returns:
      Name of the variable
    • setVariable

      public void setVariable(UC4ObjectName variable)
      Sets the data source variable.
      Parameters:
      variable - Name of the source variable
    • getKey

      public String getKey()
      Returns the used key of the data source variable.
      Returns:
      Used key of the data source variable
    • setKey

      public void setKey(String key)
      Sets the key of the data source variable.
      Parameters:
      key - Key of the data source variable