Package com.uc4.api.objects
Class CockpitControlDataSource
- java.lang.Object
-
- com.uc4.api.objects.CockpitControlDataSource
-
public class CockpitControlDataSource extends java.lang.Object
Represents the data source of aCockpitControl
object.
-
-
Constructor Summary
Constructors Constructor Description CockpitControlDataSource()
Creates aCockpitControlDataSource
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.
-
-
-
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
-
-