Package com.uc4.api.objects
Class CockpitControlDataSource
java.lang.Object
com.uc4.api.objects.CockpitControlDataSource
Represents the data source of a
CockpitControl
object.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Returns the used key of the data source variable.Returns the name of data source variable.void
Sets the key of the data source variable.void
setVariable
(UC4ObjectName variable) Sets the data source variable.
-
Constructor Details
-
CockpitControlDataSource
public CockpitControlDataSource()Creates aCockpitControlDataSource
object.
-
-
Method Details
-
getVariableName
Returns the name of data source variable.- Returns:
- Name of the variable
-
setVariable
Sets the data source variable.- Parameters:
variable
- Name of the source variable
-
getKey
Returns the used key of the data source variable.- Returns:
- Used key of the data source variable
-
setKey
Sets the key of the data source variable.- Parameters:
key
- Key of the data source variable
-