Class CockpitControlDataSource


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

      Constructors 
      Constructor Description
      CockpitControlDataSource()
      Creates a CockpitControlDataSource object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Returns the used key of the data source variable.
      java.lang.String getVariableName()
      Returns the name of data source variable.
      void setKey​(java.lang.String key)
      Sets the key of the data source variable.
      void setVariable​(UC4ObjectName variable)
      Sets the data source variable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CockpitControlDataSource

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

      • getVariableName

        public java.lang.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 java.lang.String getKey()
        Returns the used key of the data source variable.
        Returns:
        Used key of the data source variable
      • setKey

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