public class CockpitControlDataSource
extends java.lang.Object
CockpitControl
object.Constructor and Description |
---|
CockpitControlDataSource()
Creates a
CockpitControlDataSource object. |
Modifier and Type | Method and 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.
|
public CockpitControlDataSource()
CockpitControlDataSource
object.public java.lang.String getVariableName()
public void setVariable(UC4ObjectName variable)
variable
- Name of the source variablepublic java.lang.String getKey()
public void setKey(java.lang.String key)
key
- Key of the data source variable